]> git.itanic.dy.fi Git - linux-stable/commit
cifs: reinstate original behavior again for forceuid/forcegid
authorTakayuki Nagata <tnagata@redhat.com>
Mon, 15 Apr 2024 07:47:49 +0000 (16:47 +0900)
committerSteve French <stfrench@microsoft.com>
Mon, 22 Apr 2024 15:50:31 +0000 (10:50 -0500)
commit77d8aa79ecfb209308e0644c02f655122b31def7
tree1ad266108880bb06d2648f6a08b203fdfaf1fcb8
parent18d86965e31f9be4d477da0744a7cdc9815858de
cifs: reinstate original behavior again for forceuid/forcegid

forceuid/forcegid should be enabled by default when uid=/gid= options are
specified, but commit 24e0a1eff9e2 ("cifs: switch to new mount api")
changed the behavior. Due to the change, a mounted share does not show
intentional uid/gid for files and directories even though uid=/gid=
options are specified since forceuid/forcegid are not enabled.

This patch reinstates original behavior that overrides uid/gid with
specified uid/gid by the options.

Fixes: 24e0a1eff9e2 ("cifs: switch to new mount api")
Signed-off-by: Takayuki Nagata <tnagata@redhat.com>
Acked-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Acked-by: Ronnie Sahlberg <lsahlber@redhat.com>
Acked-by: Tom Talpey <tom@talpey.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/fs_context.c
fs/smb/client/fs_context.h