]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: set security label when revalidating inode
authorJeff Layton <jlayton@redhat.com>
Sat, 2 Nov 2013 10:57:18 +0000 (06:57 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 4 Nov 2013 21:42:38 +0000 (16:42 -0500)
commit22a0f91e6bc25b88c82bf4579982cd29f2094b73
tree498abae8e430c71d70e68b0b6d677c0e0c77eca4
parenta7c4612132208da7dd28d41e11310d2d3c5cc3b5
nfs: set security label when revalidating inode

Currently, we fetch the security label when revalidating an inode's
attributes, but don't apply it. This is in contrast to the readdir()
codepath where we do apply label changes.

Cc: Dave Quigley <dpquigl@davequigley.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c