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:
42dc7ba
)
Btrfs: Don't use spin*lock_irq for the delalloc lock
author
Chris Mason
<chris.mason@oracle.com>
Mon, 15 Dec 2008 20:54:40 +0000
(15:54 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Mon, 15 Dec 2008 20:54:40 +0000
(15:54 -0500)
The delalloc lock doesn't need to have irqs disabled, nobody that
changes the number of delalloc bytes in the FS is running with irqs off.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found