smb: client: set correct id, uid and cruid for multiuser automounts
authorPaulo Alcantara <pc@manguebit.com>
Sun, 11 Feb 2024 23:19:30 +0000 (20:19 -0300)
committerSteve French <stfrench@microsoft.com>
Mon, 12 Feb 2024 18:46:49 +0000 (12:46 -0600)
commit4508ec17357094e2075f334948393ddedbb75157
tree9a60da0b40d19fea4399fd1791483ef52f1b5694
parent79520587fe42cd4988aff8695d60621e689109cb
smb: client: set correct id, uid and cruid for multiuser automounts

When uid, gid and cruid are not specified, we need to dynamically
set them into the filesystem context used for automounting otherwise
they'll end up reusing the values from the parent mount.

Fixes: 9fd29a5bae6e ("cifs: use fs_context for automounts")
Reported-by: Shane Nehring <snehring@iastate.edu>
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2259257
Cc: stable@vger.kernel.org # 6.2+
Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/namespace.c