NFS: Don't ignore suid/sgid bit changes after a successful write
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 13 Apr 2014 15:11:31 +0000 (11:11 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 16 Apr 2014 03:24:43 +0000 (23:24 -0400)
commit1f2edbe3fe2111a59fcd1bb3b9725066bc9ed686
tree26934b98d98a9f3a05f7cf77df90ecf3b33e4dd6
parent43b6535e717d2f656f71d9bd16022136b781c934
NFS: Don't ignore suid/sgid bit changes after a successful write

If we suspect that the server may have cleared the suid/sgid bit,
then mark the inode for revalidation.

Reported-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/write.c