commit | 1f9f4328155a6944903e2364f38bb6ed1e1ea9e9 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Apr 12 20:08:00 2021 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Apr 12 20:11:44 2021 -0400 |
tree | 56e597c4a4b92d18c60a37991bbf95371bae2f9f | |
parent | 63cdd7edfd2871e63f4ca001ff6b8e1e166a74ae [diff] |
NFS: nfs_setattr_update_inode() should clear the suid/sgid bits When we do a 'chown' or 'chgrp', the server will clear the suid/sgid bits. Ensure that we mirror that in nfs_setattr_update_inode(). Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>