From: Chris Mason Date: Wed, 24 Sep 2008 16:50:10 +0000 (-0400) Subject: Btrfs: fix sleep with spinlock held during unmount X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4434c33c7f233a7ee5dcaf357fbf795818ea8861;p=pandora-kernel.git Btrfs: fix sleep with spinlock held during unmount The code to free block groups needs to drop the space info spin lock before calling btrfs_remove_free_space_cache (which can schedule). This is safe because at unmount time, nobody else is going to play with the block groups. Signed-off-by: Chris Mason --- Reading git-diff-tree failed