Btrfs: Don't use spin*lock_irq for the delalloc lock
authorChris Mason <chris.mason@oracle.com>
Mon, 15 Dec 2008 20:54:40 +0000 (15:54 -0500)
committerChris Mason <chris.mason@oracle.com>
Mon, 15 Dec 2008 20:54:40 +0000 (15:54 -0500)
commit75eff68ea6959efd999b125fc3dcf73931a3b30b
tree8467dd51761446dd3539e515055671e707b5f5a0
parent42dc7babdcc99feadb04d461592ce5898a362550
Btrfs: Don't use spin*lock_irq for the delalloc lock

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>
fs/btrfs/extent-tree.c
fs/btrfs/inode.c