diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-06-11 21:44:20 +0200 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-07-16 00:10:54 +0200 |
commit | fc0f684c21b5d4b41dc2ec76f7c0897ac98f5b6e (patch) | |
tree | 686ee2a2d7b4f04d5812c76485c18c048c5366d2 /.mailmap | |
parent | NFS: Remove the BKL from nfs_link() (diff) | |
download | linux-fc0f684c21b5d4b41dc2ec76f7c0897ac98f5b6e.tar.xz linux-fc0f684c21b5d4b41dc2ec76f7c0897ac98f5b6e.zip |
NFS: Remove BKL from NFS lookup code
All dentry-related operations are already BKL-safe, since they are
protected by the VFS locking. No extra locks should be needed in the NFS
code.
In the case of nfs_revalidate_inode(), we're only doing an attribute
update (protected by the inode->i_lock).
In the case of nfs_lookup(), we're instantiating a new dentry, so there
should be no contention possible until after we call d_materialise_unique.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions