btrfs-progs: move string-table.[ch] to common/
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
07ca08ffba
commit
408cec5086
|
@ -21,7 +21,7 @@ objects := ctree.c disk-io.c kernel-lib/radix-tree.c extent-tree.c print-tree.c
|
|||
root-tree.c dir-item.c file-item.c inode-item.c inode-map.c \
|
||||
extent-cache.c extent_io.c volumes.c utils.c repair.c \
|
||||
qgroup.c free-space-cache.c kernel-lib/list_sort.c props.c \
|
||||
kernel-shared/ulist.c qgroup-verify.c backref.c string-table.c task-utils.c \
|
||||
kernel-shared/ulist.c qgroup-verify.c backref.c common/string-table.c task-utils.c \
|
||||
inode.c file.c find-root.c free-space-tree.c help.c send-dump.c \
|
||||
common/fsfeatures.c kernel-lib/tables.c kernel-lib/raid56.c transaction.c
|
||||
cmds_objects := cmds-subvolume.c cmds-filesystem.c cmds-device.c cmds-scrub.c \
|
||||
|
|
2
Makefile
2
Makefile
|
@ -131,7 +131,7 @@ objects = ctree.o disk-io.o kernel-lib/radix-tree.o extent-tree.o print-tree.o \
|
|||
root-tree.o dir-item.o file-item.o inode-item.o inode-map.o \
|
||||
extent-cache.o extent_io.o volumes.o utils.o repair.o \
|
||||
qgroup.o free-space-cache.o kernel-lib/list_sort.o props.o \
|
||||
kernel-shared/ulist.o qgroup-verify.o backref.o string-table.o \
|
||||
kernel-shared/ulist.o qgroup-verify.o backref.o common/string-table.o \
|
||||
common/task-utils.o \
|
||||
inode.o file.o find-root.o free-space-tree.o common/help.o send-dump.o \
|
||||
common/fsfeatures.o kernel-lib/tables.o kernel-lib/raid56.o transaction.o \
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "utils.h"
|
||||
#include "kerncompat.h"
|
||||
#include "ctree.h"
|
||||
#include "string-table.h"
|
||||
#include "common/string-table.h"
|
||||
#include "cmds/filesystem-usage.h"
|
||||
#include "cmds/commands.h"
|
||||
#include "disk-io.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "string-table.h"
|
||||
#include "common/string-table.h"
|
||||
|
||||
/*
|
||||
* This function create an array of char * which will represent a table
|
Loading…
Reference in New Issue