commit | 75eff68ea6959efd999b125fc3dcf73931a3b30b | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Dec 15 15:54:40 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Dec 15 15:54:40 2008 -0500 |
tree | 8467dd51761446dd3539e515055671e707b5f5a0 | |
parent | 42dc7babdcc99feadb04d461592ce5898a362550 [diff] |
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>