]> git.baikalelectronics.ru Git - kernel.git/commit
NFS4: invalidate cached acl on setacl
authorJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 1 May 2007 14:56:25 +0000 (10:56 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 2 May 2007 14:36:09 +0000 (07:36 -0700)
commit528ba921819c581fbae31c837b5aec2842769d21
treee3de771d6a356b1539a31c1ae6c4e47350d37c74
parentf62c9c9e381ac2ae34d5e2435da68f952ead5cb3
NFS4: invalidate cached acl on setacl

The ACL that the server sets may not be exactly the one we set--for
example, it may silently turn off bits that it does not support.  So we
should remove any cached ACL so that any subsequent request for the ACL
will go to the server.

Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c