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

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

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