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)
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