smb: client: optimise reparse point querying
authorSteve French <stfrench@microsoft.com>
Sun, 28 Apr 2024 06:14:29 +0000 (01:14 -0500)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Apr 2024 06:14:29 +0000 (01:14 -0500)
commit3cc3c6edc8f23ada171ff41a50abf1b15c2fa592
tree37f8f694a1e601b5a8876e3609ae488f9950bc82
parent4432d389cc14dfaf393c25fa599a25abcb542ad8
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/smb/client/cifsglob.h
fs/smb/client/cifsproto.h
fs/smb/client/inode.c
fs/smb/client/smb2glob.h
fs/smb/client/smb2inode.c
fs/smb/client/trace.h