Btrfs: move the missing device to its own fs device list
authorMiao Xie <miaox@cn.fujitsu.com>
Wed, 3 Sep 2014 13:35:46 +0000 (21:35 +0800)
committerChris Mason <clm@fb.com>
Wed, 17 Sep 2014 20:38:48 +0000 (13:38 -0700)
For a missing device, we don't know it belong to which fs before we read its
fsid from the chunk tree. So we add them into the current fs device list at first.
When we get its fsid, we should move them to their own fs device list.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>

No differences found