From 9005b603d7230a92d0623cb8d8078a8845739fca Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Wed, 20 Dec 2017 12:37:08 -0800 Subject: btrfs-progs: use libbtrfsutil for subvol show Now implemented with btrfs_util_subvolume_path(), btrfs_util_subvolume_info(), and subvolume iterators. Signed-off-by: Omar Sandoval Signed-off-by: David Sterba --- utils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index b871c9ff..eb460e9b 100644 --- a/utils.h +++ b/utils.h @@ -153,11 +153,6 @@ int test_issubvolume(const char *path); int test_isdir(const char *path); const char *subvol_strip_mountpoint(const char *mnt, const char *full_path); -int get_subvol_info(const char *fullpath, struct root_info *get_ri); -int get_subvol_info_by_rootid(const char *mnt, struct root_info *get_ri, - u64 rootid_arg); -int get_subvol_info_by_uuid(const char *mnt, struct root_info *get_ri, - u8 *uuid_arg); int find_next_key(struct btrfs_path *path, struct btrfs_key *key); const char* btrfs_group_type_str(u64 flag); const char* btrfs_group_profile_str(u64 flag); -- cgit v1.2.3