From: Chris Mason Date: Mon, 15 Dec 2008 20:54:40 +0000 (-0500) Subject: Btrfs: Don't use spin*lock_irq for the delalloc lock X-Git-Tag: v2.6.29-rc1~27^2~9^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75eff68ea6959efd999b125fc3dcf73931a3b30b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed