git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fa4f3b
)
sunrpc: remove the big kernel lock
author
Arnd Bergmann
<arnd@arndb.de>
Mon, 4 Oct 2010 19:18:23 +0000
(21:18 +0200)
committer
Arnd 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