summaryrefslogtreecommitdiff
path: root/cmds-filesystem.c
diff options
context:
space:
mode:
authorJeff Liu <jeff.liu@oracle.com>2013-01-30 16:32:47 +0800
committerDavid Sterba <dsterba@suse.cz>2013-02-26 19:27:22 +0100
commitefbbbc88cbee3f28c6b4a4c34623e13dc1e2e700 (patch)
tree39ac9e2f53a6e9953b0e9d7e6f04045beaac9583 /cmds-filesystem.c
parent63a44771a4a7ea1b4a36687bf8fe11f3bd54e87e (diff)
btrfs-progs: move btrfslabel.[c|h] stuff to utils.[c|h]
Clean btrfslabel.[c|h] out of the source tree and move those related functions to utils.[c|h]. CC: Gene Czarcinski <gene@czarc.net> Signed-off-by: Jie Liu <jeff.liu@oracle.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'cmds-filesystem.c')
-rw-r--r--cmds-filesystem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds-filesystem.c b/cmds-filesystem.c
index 6e0a1cfe..22100202 100644
--- a/cmds-filesystem.c
+++ b/cmds-filesystem.c
@@ -32,7 +32,6 @@
#include "version.h"
#include "commands.h"
-#include "btrfslabel.h"
static const char * const filesystem_cmd_group_usage[] = {
"btrfs filesystem [<group>] <command> [<args>]",