Btrfs-progs: chunk-recover: add new flag to prepare recovering for ordered data chunk
commit52ddfa74fe191dd8ec23702be2aac3f76f86e4d3
authorWang Shilong <wangsl.fnst@cn.fujitsu.com>
Thu, 28 Nov 2013 05:32:49 +0000 (28 13:32 +0800)
committerChris Mason <clm@fb.com>
Fri, 31 Jan 2014 16:22:07 +0000 (31 08:22 -0800)
tree9e3b0873ed3ce0abe5b6143daf3d2ce215960dcb
parent387d5f32347e426214389e0251a1240e076d250d
Btrfs-progs: chunk-recover: add new flag to prepare recovering for ordered data chunk

When reading block groups we will searching it's corresponding chunk, however, at this
time, some chunks has not been built(data chunks raid0/raid10/raid56), don't bug_on here,
we will try to rebuild these chunks later.

Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
chunk-recover.c
ctree.h
volumes.c