smb: client: optimise reparse point querying
authorSteve French <stfrench@microsoft.com>
Sun, 28 Jan 2024 18:14:35 +0000 (12:14 -0600)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Jan 2024 18:14:35 +0000 (12:14 -0600)
commite89226835a7ac8ee39401dfa0ba8cd22abc7799a
treed441e1889b6d055a84eea07a8721295a7d395cb3
parent97cb051fc51936b217391f43001645975aecffa0
smb: client: optimise reparse point querying

Reduce number of roundtrips to server when querying reparse points in
->query_path_info() by sending a single compound request of
create+get_reparse+get_info+close.

Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/inode.c
fs/cifs/smb2glob.h
fs/cifs/smb2inode.c
fs/cifs/trace.h