NFSv4: Defer inode revalidation when setting up a delegation
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 3 Jul 2007 20:10:55 +0000 (16:10 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:41 +0000 (23:40 -0400)
Currently we force a synchronous call to __nfs_revalidate_inode() in
nfs_inode_set_delegation(). This not only ensures that we cannot call
nfs_inode_set_delegation from an asynchronous context, but it also slows
down any call to open().

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

No differences found