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:
f9ba537
)
lockd: push lock_flocks down
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 26 Oct 2010 20:55:40 +0000
(22:55 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Wed, 27 Oct 2010 19:39:39 +0000
(21:39 +0200)
lockd should use lock_flocks() instead of lock_kernel()
to lock against posix locks accessing the i_flock list.
This is a prerequisite to turning lock_flocks into a
spinlock.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: J. Bruce Fields <bfields@redhat.com>
No differences found