From dcc3df7e6d9467b61fb1dcce4bf653e835613e49 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 11 Nov 2014 12:35:58 +0100 Subject: btrfs-progs: rename btrfs_scan_lblkid() to btrfs_scan_devices() It seems like bad idea to use a library name (lblkid) within generic function name. The currently used scanning library is implementation detail and this detail should be hidden for rest of the code. Signed-off-by: Karel Zak Signed-off-by: David Sterba --- utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index d382534f..1a2dbcd9 100644 --- a/utils.h +++ b/utils.h @@ -210,7 +210,7 @@ int csum_tree_block(struct btrfs_root *root, struct extent_buffer *buf, int verify); int ask_user(const char *question); int lookup_ino_rootid(int fd, u64 *rootid); -int btrfs_scan_lblkid(void); +int btrfs_scan_devices(void); int get_btrfs_mount(const char *dev, char *mp, size_t mp_size); int find_mount_root(const char *path, char **mount_root); int get_device_info(int fd, u64 devid, -- cgit v1.2.3