Re: [PATCH] btrfs-progs: btrfs_scan_block_devices is unused function delete it

2014-10-22 Thread Anand Jain
This is just a clean up patch which looks like you have missed it in 3.17. sorry if it confused you. On 10/07/14 08:08, Anand Jain wrote: After Patch: remove BTRFS_SCAN_PROC scan method There isn't any consumer for btrfs_scan_block_devices() so delete it. Signed-off-by: Anand Jain ---

[PATCH] btrfs-progs: btrfs_scan_block_devices is unused function delete it

2014-10-07 Thread Anand Jain
After Patch: remove BTRFS_SCAN_PROC scan method There isn't any consumer for btrfs_scan_block_devices() so delete it. Signed-off-by: Anand Jain --- utils.c | 83 - utils.h | 1 - 2 files changed, 84 deletions(-) diff --git a/util