sunrpc: remove the big kernel lock
commita6f8dbc654c3dddc5ac98cf59a88447a90e99ece
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:18:23 +0000 (4 21:18 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 19 Oct 2010 09:29:59 +0000 (19 11:29 +0200)
treeef4244528cd4a975bca2d00ac1b5e5430a1eac45
parent1fa4f3b57cf0c525027ea61011312de139b04f9b
sunrpc: remove the big kernel lock

The sunrpc cache_ioctl function does not need the big kernel lock
because it uses its own queue_lock already.

rpc_pipe_ioctl apparently should be using i_lock like the other
operations on the pipe file descriptor do.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
net/sunrpc/cache.c
net/sunrpc/rpc_pipe.c