From: Miao Xie Date: Wed, 3 Sep 2014 13:35:46 +0000 (+0800) Subject: Btrfs: move the missing device to its own fs device list X-Git-Tag: fixes-against-v3.18-rc2~120^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f375835694426d00a7a4bc7fef72479578f279f;p=pandora-kernel.git Btrfs: move the missing device to its own fs device list 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed