Depends on the kernel patch set [PATCH 00/15] btrfs: Hot spare and Auto replace
This is btrfs-progs side of the patch set. Anand Jain (4): btrfs-progs: Introduce BTRFS_FEATURE_INCOMPAT_SPARE_DEV SB flags btrfs-progs: Introduce btrfs spare subcommand btrfs-progs: add fi show for spare btrfs-progs: add global spare device list to filesystem show Android.mk | 2 +- Makefile.in | 2 +- btrfs-show-super.c | 3 +- btrfs.c | 1 + cmds-filesystem.c | 9 ++ cmds-spare.c | 291 +++++++++++++++++++++++++++++++++++++++++++++++++++++ commands.h | 2 + ctree.h | 4 +- utils.h | 1 + volumes.c | 4 + volumes.h | 2 + 11 files changed, 317 insertions(+), 4 deletions(-) create mode 100644 cmds-spare.c -- 2.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
