From: Gui Hecheng Date: Fri, 9 Jan 2015 01:39:40 +0000 (+0800) Subject: btrfs: fix raid56 scrub failed in xfstests btrfs/072 X-Git-Tag: fixes-v4.0-rc1~221^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063c54dccdecb0479662778ddf54ee45aa55423d;p=pandora-kernel.git btrfs: fix raid56 scrub failed in xfstests btrfs/072 The xfstests btrfs/072 reports uncorrectable read errors in dmesg, because scrub forgets to use commit_root for parity scrub routine and scrub attempts to scrub those extents items whose contents are not fully on disk. To fix it, we just add the @search_commit_root flag back. Signed-off-by: Gui Hecheng Signed-off-by: Qu Wenruo Reviewed-by: Miao Xie Signed-off-by: Chris Mason --- Reading git-diff-tree failed