btrfs-progs: move cmds-rescue.c to cmds/
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
fc160f4657
commit
605b8c1295
5 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -138,7 +138,7 @@ objects = ctree.o disk-io.o kernel-lib/radix-tree.o extent-tree.o print-tree.o \
|
|||
cmds_objects = cmds-subvolume.o cmds-filesystem.o cmds-device.o cmds-scrub.o \
|
||||
cmds-inspect.o cmds-balance.o cmds-send.o cmds-receive.o \
|
||||
cmds/quota.o cmds/qgroup.o cmds-replace.o check/main.o \
|
||||
cmds-restore.o cmds-rescue.o chunk-recover.o super-recover.o \
|
||||
cmds-restore.o cmds/rescue.o chunk-recover.o super-recover.o \
|
||||
cmds-property.o cmds-fi-usage.o cmds-inspect-dump-tree.o \
|
||||
cmds-inspect-dump-super.o cmds-inspect-tree-stats.o cmds-fi-du.o \
|
||||
mkfs/common.o check/mode-common.o check/mode-lowmem.o
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "utils.h"
|
||||
#include "btrfsck.h"
|
||||
#include "commands.h"
|
||||
#include "rescue.h"
|
||||
#include "cmds/rescue.h"
|
||||
|
||||
struct recover_control {
|
||||
int verbose;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "commands.h"
|
||||
#include "utils.h"
|
||||
#include "help.h"
|
||||
#include "rescue.h"
|
||||
#include "cmds/rescue.h"
|
||||
|
||||
static const char * const rescue_cmd_group_usage[] = {
|
||||
"btrfs rescue <command> [options] <path>",
|
|
@ -34,7 +34,7 @@
|
|||
#include "crc32c.h"
|
||||
#include "volumes.h"
|
||||
#include "commands.h"
|
||||
#include "rescue.h"
|
||||
#include "cmds/rescue.h"
|
||||
|
||||
struct btrfs_recover_superblock {
|
||||
struct btrfs_fs_devices *fs_devices;
|
||||
|
|
Loading…
Reference in a new issue