With the changes as in the previous patch, now scan_for_btrfs() is an unused function. So delete it.
Signed-off-by: Anand Jain <anand.j...@oracle.com> --- utils.c | 15 --------------- utils.h | 1 - 2 files changed, 16 deletions(-) diff --git a/utils.c b/utils.c index 7c1e48b..38d867d 100644 --- a/utils.c +++ b/utils.c @@ -2125,21 +2125,6 @@ int btrfs_scan_lblkid(int update_kernel) return 0; } -/* - * scans devs for the btrfs -*/ -int scan_for_btrfs(int where, int update_kernel) -{ - int ret = 0; - - switch (where) { - case BTRFS_SCAN_LBLKID: - ret = btrfs_scan_lblkid(update_kernel); - break; - } - return ret; -} - int is_vol_small(char *file) { int fd = -1; diff --git a/utils.h b/utils.h index ea0d5d4..b639bb6 100644 --- a/utils.h +++ b/utils.h @@ -100,7 +100,6 @@ u64 btrfs_device_size(int fd, struct stat *st); /* Helper to always get proper size of the destination string */ #define strncpy_null(dest, src) __strncpy__null(dest, src, sizeof(dest)) int test_dev_for_mkfs(char *file, int force_overwrite, char *estr); -int scan_for_btrfs(int where, int update_kernel); int get_label_mounted(const char *mount_path, char *labelp); int test_num_disk_vs_raid(u64 metadata_profile, u64 data_profile, u64 dev_cnt, int mixed, char *estr); -- 2.0.0.153.g79dcccc -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html