NFS: Remove use of the Big Kernel Lock around nfs calls to readlink
authorFrank Filz <ffilzlnx@us.ibm.com>
Tue, 17 Oct 2006 17:24:42 +0000 (10:24 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:31 +0000 (10:46 -0500)
commiteb5f8545ffff98a11c6656d4d2106341ab69c57d
tree0fcde40742048fde8ec1e514de20ee74b04635c7
parentcae823c4c089d2c7c2a90f39f20376ccd85f9893
NFS: Remove use of the Big Kernel Lock around nfs calls to readlink

Remove use of the Big Kernel Lock around indirect calls to
nfs3_proc_readlink and nfs4_proc_readlink, both of which
basically call rpc_call_sync.

Signed-off-by: Frank Filz <ffilz@us.ibm.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/symlink.c