smb: client: move some params to cifs_open_info_data
authorPaulo Alcantara <pc@manguebit.com>
Thu, 17 Aug 2023 15:34:01 +0000 (12:34 -0300)
committerSteve French <stfrench@microsoft.com>
Sun, 20 Aug 2023 21:05:50 +0000 (16:05 -0500)
commit8b4e285d8ce3c6cb8d3732a35a39bc8613d93321
tree951b012f24a9edea863216861b396ae79a7e03a1
parentce04127c5849af610d395b5b9552ef31d83c0189
smb: client: move some params to cifs_open_info_data

Instead of passing @adjust_tz and some reparse point related fields as
parameters in ->query_path_info() and
{smb311_posix,cifs}_info_to_fattr() calls, move them to
cifs_open_info_data structure as they can be easily accessed through
@data.

No functional changes.

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/inode.c
fs/smb/client/smb1ops.c
fs/smb/client/smb2inode.c
fs/smb/client/smb2proto.h