Anand Jain
2014-Aug-16 03:08 UTC
[PATCH] make 'btrfs filesystem show' to work when seeding
yeah. btrfs filesystem show didn't work any time before as in the test case below. mkfs.btrfs /dev/sdb -f btrfstune -S 1 /dev/sdb mount /dev/sdb /btrfs btrfs dev add /dev/sdc /btrfs btrfs fi show <-- fails. kindly ref to the commit log for bug and its fix details. Anand Jain (1): btrfs-progs: do a separate probe for _transient_ replacing device As mentioned in the kernel patch btrfs: ioctl BTRFS_IOC_FS_INFO and BTRFS_IOC_DEV_INFO miss-matched with slots utils.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) Anand Jain (1): btrfs: ioctl BTRFS_IOC_FS_INFO and BTRFS_IOC_DEV_INFO miss-matched with slots fs/btrfs/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.0.0.153.g79dcccc -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html