From: Arnd Bergmann Date: Mon, 4 Oct 2010 19:18:23 +0000 (+0200) Subject: sunrpc: remove the big kernel lock X-Git-Tag: v2.6.37-rc1~176^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6f8dbc654c3dddc5ac98cf59a88447a90e99ece;p=pandora-kernel.git 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 --- Reading git-diff-tree failed