commit | d7cad2389560f3249435ac928bc13e9408ae467e | [log] [tgz] |
---|---|---|
author | Zhao Lei <zhaolei@cn.fujitsu.com> | Wed Jul 22 13:14:48 2015 +0800 |
committer | Chris Mason <clm@fb.com> | Sun Aug 09 07:07:12 2015 -0700 |
tree | 1c14e07f499eac31c20fd3467b36a6722e5d8c69 | |
parent | fe8cf654b1ccf7f0b49cc0de9e6ad8a56529e384 [diff] |
btrfs: Bypass unrelated items before accessing its contents in scrub When we access extent_root in scrub_stripe() and scrub_raid56_parity(), we need bypass unrelated tree item firstly before using its contents to do other condition. It is not a bug fix, only making code sequence in logic. Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>