NFS: Remove the BKL from the rename, rmdir and unlink operations
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jun 2008 20:09:59 +0000 (16:09 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 15 Jul 2008 22:10:55 +0000 (18:10 -0400)
commitbd9bb454b76fb6ca2d00f17313f9f9df5f5c404a
treee5e0a7440552eca9e02a60e03c394ac0e91b76ab
parentfc0f684c21b5d4b41dc2ec76f7c0897ac98f5b6e
NFS: Remove the BKL from the rename, rmdir and unlink operations

Attribute updates are safe, and dentry operations are protected using VFS
level locks. Defer removing the BKL from sillyrename until a separate
patch.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c