• J
    [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir · 95089910
    Jeff Layton 提交于
    If a server supports unix extensions but does not support POSIX create
    routines, then the client will create a new inode with a standard SMB
    mkdir or create/open call and then will set the mode. When it does this,
    it does not take the setgid bit on the parent directory into account.
    
    This patch has CIFS flip on the setgid bit when the parent directory has
    it. If the share is mounted with "setuids" then also change the group
    owner to the gid of the parent.
    
    This patch should apply cleanly on top of the setattr cleanup patches
    that I sent a few weeks ago.
    Signed-off-by: NJeff Layton <jlayton@redhat.com>
    Signed-off-by: NSteve French <sfrench@us.ibm.com>
    95089910
inode.c 50.0 KB