commit | a6f8dbc654c3dddc5ac98cf59a88447a90e99ece | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Oct 04 21:18:23 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Oct 19 11:29:59 2010 +0200 |
tree | ef4244528cd4a975bca2d00ac1b5e5430a1eac45 | |
parent | 1fa4f3b57cf0c525027ea61011312de139b04f9b [diff] |
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>