SUNRPC: Remove the BKL from the callback functions
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jun 2008 17:37:09 +0000 (13:37 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 15 Jul 2008 22:10:57 +0000 (18:10 -0400)
Push it into those callback functions that actually need it.

Note that all the NFS operations use their own locking, so don't need the
BKL. Ditto for the rpcbind client.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found