[PATCH 1/1] btrfs-progs: introduce btrfs-devlist

2014-07-25 Thread Anand Jain
This is a small (debug) program to dump the device list in the raw format from the btrfs kernel. here I use ioctl which was introduced in the below kernel patch btrfs: introduce BTRFS_IOC_GET_DEVS Signed-off-by: Anand Jain --- .gitignore | 1 + Makefile| 4 +- btrfs-devlist.c |

[PATCH 1/1] btrfs-progs: introduce btrfs-devlist

2014-05-16 Thread Anand Jain
This is a small (debug) program to dump the device list in the raw format from the btrfs kernel. here I use ioctl which was introduced in the below kernel patch btrfs: introduce BTRFS_IOC_GET_DEVS Signed-off-by: Anand Jain --- .gitignore |1 + Makefile|4 +- btrfs-devlist.c