]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: client: parse owner/group when creating reparse points
authorPaulo Alcantara <pc@manguebit.com>
Fri, 19 Jan 2024 04:08:27 +0000 (01:08 -0300)
committerSteve French <stfrench@microsoft.com>
Fri, 19 Jan 2024 16:30:53 +0000 (10:30 -0600)
commit858e74876c5cbff1dfd5bace99e32fbce2abd4b5
treee9a11452bccb1152f486ca3ea017f4c37ae2d091
parent76025cc2285d9ede3d717fe4305d66f8be2d9346
smb: client: parse owner/group when creating reparse points

Parse owner/group when creating special files and symlinks under
SMB3.1.1 POSIX mounts.

Move the parsing of owner/group to smb2_compound_op() so we don't have
to duplicate it in both smb2_get_reparse_inode() and
smb311_posix_query_path_info().

Signed-off-by: Paulo Alcantara <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsglob.h
fs/smb/client/inode.c
fs/smb/client/smb2inode.c
fs/smb/client/smb2proto.h