summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-10-31 10:34:37 +0100
committerDavid Sterba <dsterba@suse.com>2016-11-09 13:47:28 +0100
commit49cb98e5d6989055860eee06879c10896489062f (patch)
tree2c2793bfb6d1ec1d55654eeb90967d49cc228a0b /utils.h
parent3fe243296df75de895c43e9a24e9b6a773555064 (diff)
btrfs-progs: rename lookup_ino_rootid
It does not resolve the inode number but path where fd has been opened. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index 1a2dbcd9..366ca292 100644
--- a/utils.h
+++ b/utils.h
@@ -209,7 +209,7 @@ int is_vol_small(const char *file);
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 lookup_path_rootid(int fd, u64 *rootid);
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);