commit | 412c77cee6d6e73fbe1dc3d67f52163efed33fc4 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 03 16:10:55 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 10 23:40:41 2007 -0400 |
tree | f7ea21158a76f8b3fd6450ee66dcc053f94b3fbd | |
parent | 8383e4602c89857ef926f29ca61ac0a83a614443 [diff] |
NFSv4: Defer inode revalidation when setting up a delegation 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>