NFS: Remove BKL from the readdir code
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jun 2008 19:44:23 +0000 (15:44 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 15 Jul 2008 22:10:56 +0000 (18:10 -0400)
commitc3cc8c019ca09767d7c9b5457d5cf8ac65085f44
treef06f3ec2e30994018b31da44ee81b8306b00af75
parent76566991f94c206d9c5881edcaf99ba72c9e9d61
NFS: Remove BKL from the readdir code

Page accesses are serialised using the page locks, whereas all attribute
updates are serialised using the inode->i_lock.

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