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:
8413ac9
)
fs: buffer lock use lock bitops
author
Nick Piggin
<npiggin@suse.de>
Sun, 19 Oct 2008 03:27:00 +0000
(20:27 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 20 Oct 2008 15:52:32 +0000
(08:52 -0700)
trylock_buffer and unlock_buffer open and close a critical section.
Hence, we can use the lock bitops to get the desired memory ordering.
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found