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

No differences found