From 5f375835694426d00a7a4bc7fef72479578f279f Mon Sep 17 00:00:00 2001 From: Miao Xie Date: Wed, 3 Sep 2014 21:35:46 +0800 Subject: [PATCH] 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-format-patch failed