From: Chris Mason Date: Thu, 26 Jun 2008 14:34:20 +0000 (-0400) Subject: Btrfs: Fix deadlock while searching for dead roots on mount X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a16fd772620605c76e8ac8bdbc8ccc9e3df1a0;p=pandora-kernel.git Btrfs: Fix deadlock while searching for dead roots on mount btrfs_find_dead_roots called btrfs_read_fs_root_no_radix, which means we end up calling btrfs_search_slot with a path already held. The fix is to remember the key inside btrfs_find_dead_roots and drop the path. Signed-off-by: Chris Mason --- Reading git-diff-tree failed