NFS: Remove the NFSv4 "open optimisation" from nfs_permission
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 20 Aug 2013 16:29:27 +0000 (12:29 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 20 Aug 2013 16:29:27 +0000 (12:29 -0400)
Ever since commit 6168f62cb (Add ACCESS operation to OPEN compound)
the NFSv4 atomic open has primed the access cache, and so nfs_permission
will no longer do an RPC call on the wire.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found