From 2d2c9cef4b9f405535e072e82f54bbbcec76cc68 Mon Sep 17 00:00:00 2001 From: Anand Jain Date: Fri, 1 Feb 2013 15:56:23 +0800 Subject: Btrfs-progs: add function btrfs_get_subvol to get root_info of a subvol We need a function which can get the root_info of a given subvol. This is in preparation to add support for the show sub-cli. Signed-off-by: Anand Jain --- btrfs-list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'btrfs-list.h') diff --git a/btrfs-list.h b/btrfs-list.h index f945734..7c0d4c5 100644 --- a/btrfs-list.h +++ b/btrfs-list.h @@ -152,3 +152,4 @@ int btrfs_list_find_updated_files(int fd, u64 root_id, u64 oldest_gen); int btrfs_list_get_default_subvolume(int fd, u64 *default_id); char *btrfs_list_path_for_root(int fd, u64 root); u64 btrfs_list_get_path_rootid(int fd); +int btrfs_get_subvol(int fd, struct root_info *the_ri); -- cgit v1.2.1