]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit302a3442c8e7919548c451781dabac4008602aa5
tree26934b98d98a9f3a05f7cf77df90ecf3b33e4dd6
parent87b2594a7c99a5a752dfc5e77294e05e470ef4e1
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