From 16ef0a0c3c7e7811dabee76775f170f1a7c61855 Mon Sep 17 00:00:00 2001 From: Anand Jain Date: Fri, 1 Feb 2013 15:56:27 +0800 Subject: Btrfs-progs: make get_subvol_name non cmds-send specific get_subvol_name can be used other than the just with in cmds-send.c so this patch will make it possible with out changing the original intentions. Signed-off-by: Anand Jain --- commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 1124f2e8..33eb99a8 100644 --- a/commands.h +++ b/commands.h @@ -111,3 +111,4 @@ int test_issubvolume(char *path); /* send.c */ int find_mount_root(const char *path, char **mount_root); +char *get_subvol_name(char *mnt, char *full_path); -- cgit v1.2.3