mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-15 00:04:23 +08:00
btrfs-progs: move all cmds-fi*.c to cmds/
This is the filesystem command group. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
3bfc7bcfba
commit
4f398726d3
6
Makefile
6
Makefile
@ -135,13 +135,13 @@ objects = ctree.o disk-io.o kernel-lib/radix-tree.o extent-tree.o print-tree.o \
|
||||
inode.o file.o find-root.o free-space-tree.o help.o send-dump.o \
|
||||
fsfeatures.o kernel-lib/tables.o kernel-lib/raid56.o transaction.o \
|
||||
delayed-ref.o
|
||||
cmds_objects = cmds/subvolume.o cmds-filesystem.o cmds/device.o cmds/scrub.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 cmds/rescue-chunk-recover.o \
|
||||
cmds/rescue-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 \
|
||||
cmds/property.o cmds/filesystem-usage.o cmds/inspect-dump-tree.o \
|
||||
cmds/inspect-dump-super.o cmds/inspect-tree-stats.o cmds/filesystem-du.o \
|
||||
mkfs/common.o check/mode-common.o check/mode-lowmem.o
|
||||
libbtrfs_objects = send-stream.o send-utils.o kernel-lib/rbtree.o btrfs-list.o \
|
||||
kernel-lib/crc32c.o messages.o \
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "ioctl.h"
|
||||
#include "utils.h"
|
||||
#include "volumes.h"
|
||||
#include "cmds-fi-usage.h"
|
||||
#include "cmds/filesystem-usage.h"
|
||||
|
||||
#include "commands.h"
|
||||
#include "help.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "kerncompat.h"
|
||||
#include "ctree.h"
|
||||
#include "string-table.h"
|
||||
#include "cmds-fi-usage.h"
|
||||
#include "cmds/filesystem-usage.h"
|
||||
#include "commands.h"
|
||||
#include "disk-io.h"
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "utils.h"
|
||||
#include "volumes.h"
|
||||
#include "commands.h"
|
||||
#include "cmds-fi-usage.h"
|
||||
#include "cmds/filesystem-usage.h"
|
||||
#include "list_sort.h"
|
||||
#include "disk-io.h"
|
||||
#include "help.h"
|
Loading…
Reference in New Issue
Block a user