From: Josef Bacik Date: Thu, 18 Sep 2014 15:27:17 +0000 (-0400) Subject: Btrfs: don't do async reclaim during log replay X-Git-Tag: fixes-against-v3.18-rc2~120^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6acfd50110b335c7af636cf1fc8e55319cae5fc;p=pandora-kernel.git Btrfs: don't do async reclaim during log replay Trying to reproduce a log enospc bug I hit a panic in the async reclaim code during log replay. This is because we use fs_info->fs_root as our root for shrinking and such. Technically we can use whatever root we want, but let's just not allow async reclaim while we're doing log replay. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed