smb: client: optimise reparse point querying
authorPaulo Alcantara <pc@manguebit.com>
Sun, 26 Nov 2023 02:55:05 +0000 (23:55 -0300)
committerSteve French <stfrench@microsoft.com>
Sun, 7 Jan 2024 21:46:05 +0000 (15:46 -0600)
commit67ec9949b0dfe78c99e110dd975eb7dc5645630c
tree5953ae20533a50ad3990bdcea0a7f6fd79b7208b
parent102466f303ffcd5cff207b3c122557f73f1041e6
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