btrfs-progs: move commonh to common/
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
f93b471143
commit
aac564aca6
29 changed files with 28 additions and 28 deletions
|
@ -36,7 +36,7 @@
|
|||
#include "extent-cache.h"
|
||||
#include "find-root.h"
|
||||
#include "common/help.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
|
||||
/*
|
||||
* Get reliable generation and level for given root.
|
||||
|
|
2
btrfs.c
2
btrfs.c
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "volumes.h"
|
||||
#include "crc32c.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "utils.h"
|
||||
#include "common/help.h"
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "common/task-utils.h"
|
||||
#include "transaction.h"
|
||||
#include "utils.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "free-space-cache.h"
|
||||
#include "free-space-tree.h"
|
||||
#include "btrfsck.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "ioctl.h"
|
||||
#include "volumes.h"
|
||||
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "utils.h"
|
||||
#include "common/help.h"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "volumes.h"
|
||||
#include "cmds/filesystem-usage.h"
|
||||
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "common/help.h"
|
||||
#include "mkfs/common.h"
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#endif
|
||||
|
||||
#include "utils.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "kerncompat.h"
|
||||
#include "rbtree.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "ctree.h"
|
||||
#include "string-table.h"
|
||||
#include "cmds/filesystem-usage.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "disk-io.h"
|
||||
|
||||
#include "version.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "ctree.h"
|
||||
#include "utils.h"
|
||||
#include "volumes.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "cmds/filesystem-usage.h"
|
||||
#include "list_sort.h"
|
||||
#include "disk-io.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "transaction.h"
|
||||
#include "list.h"
|
||||
#include "utils.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "crc32c.h"
|
||||
#include "common/help.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "print-tree.h"
|
||||
#include "transaction.h"
|
||||
#include "volumes.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "utils.h"
|
||||
#include "common/help.h"
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "list.h"
|
||||
#include "volumes.h"
|
||||
#include "utils.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "common/help.h"
|
||||
|
||||
static int verbose = 0;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "ctree.h"
|
||||
#include "send-utils.h"
|
||||
#include "disk-io.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "btrfs-list.h"
|
||||
#include "common/help.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "props.h"
|
||||
#include "ctree.h"
|
||||
#include "utils.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "ctree.h"
|
||||
#include "ioctl.h"
|
||||
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "qgroup.h"
|
||||
#include "utils.h"
|
||||
#include "common/help.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "ctree.h"
|
||||
#include "ioctl.h"
|
||||
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "utils.h"
|
||||
#include "common/help.h"
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
#include "ctree.h"
|
||||
#include "ioctl.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "utils.h"
|
||||
#include "list.h"
|
||||
#include "btrfs-list.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "volumes.h"
|
||||
#include "disk-io.h"
|
||||
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "common/help.h"
|
||||
#include "mkfs/common.h"
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "crc32c.h"
|
||||
#include "utils.h"
|
||||
#include "btrfsck.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "cmds/rescue.h"
|
||||
|
||||
struct recover_control {
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "utils.h"
|
||||
#include "crc32c.h"
|
||||
#include "volumes.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "cmds/rescue.h"
|
||||
|
||||
struct btrfs_recover_superblock {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "volumes.h"
|
||||
#include "transaction.h"
|
||||
#include "disk-io.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "utils.h"
|
||||
#include "common/help.h"
|
||||
#include "cmds/rescue.h"
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "list.h"
|
||||
#include "volumes.h"
|
||||
#include "utils.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "common/help.h"
|
||||
|
||||
static char fs_name[PATH_MAX];
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include "volumes.h"
|
||||
#include "disk-io.h"
|
||||
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "common/help.h"
|
||||
|
||||
static const char * const scrub_cmd_group_usage[] = {
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include "ctree.h"
|
||||
#include "ioctl.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "list.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "qgroup.h"
|
||||
|
||||
#include "ctree.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "utils.h"
|
||||
#include "btrfs-list.h"
|
||||
#include "utils.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <limits.h>
|
||||
#include <getopt.h>
|
||||
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "utils.h"
|
||||
#include "common/help.h"
|
||||
|
||||
|
|
2
props.c
2
props.c
|
@ -24,7 +24,7 @@
|
|||
#include <btrfsutil.h>
|
||||
|
||||
#include "ctree.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "utils.h"
|
||||
#include "props.h"
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <asm/types.h>
|
||||
#include <uuid/uuid.h>
|
||||
#include "utils.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "send-utils.h"
|
||||
#include "send-stream.h"
|
||||
#include "send-dump.h"
|
||||
|
|
2
utils.c
2
utils.c
|
@ -51,7 +51,7 @@
|
|||
#include "utils.h"
|
||||
#include "volumes.h"
|
||||
#include "ioctl.h"
|
||||
#include "commands.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "mkfs/common.h"
|
||||
|
||||
#ifndef BLKDISCARD
|
||||
|
|
Loading…
Reference in a new issue