From 8cec21a7ed91e0d4c49f1fbe188622af0586602c Mon Sep 17 00:00:00 2001 From: Anand Jain Date: Mon, 21 Mar 2016 15:21:03 +0800 Subject: btrfs-progs: move get_subvol_name() to utils.c Signed-off-by: Anand Jain Signed-off-by: David Sterba --- utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 32bb020..c6395b0 100644 --- a/utils.h +++ b/utils.h @@ -197,6 +197,8 @@ int test_issubvolname(const char *name); int test_issubvolume(const char *path); int test_isdir(const char *path); +char *get_subvol_name(char *mnt, char *full_path); + /* * Btrfs minimum size calculation is complicated, it should include at least: * 1. system group size -- cgit v1.2.3