Re: [PATCH 03/10] Btrfs: fix wrong fsid check of scrub

2014-07-24 Thread David Sterba
On Thu, Jul 24, 2014 at 11:37:08AM +0800, Miao Xie wrote: All the metadata in the seed devices has the same fsid as the fsid of the seed filesystem which is on the seed device, so we should check them by the current filesystem. Fix it. Signed-off-by: Miao Xie mi...@cn.fujitsu.com

[PATCH 03/10] Btrfs: fix wrong fsid check of scrub

2014-07-23 Thread Miao Xie
All the metadata in the seed devices has the same fsid as the fsid of the seed filesystem which is on the seed device, so we should check them by the current filesystem. Fix it. Signed-off-by: Miao Xie mi...@cn.fujitsu.com --- fs/btrfs/scrub.c | 18 +- 1 file changed, 13