btrfs-progs: move btrfsck.h to check/
This is part of the checker and unfortunately also the public header, so we can only copy it to the right directory. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
50292bc009
commit
400b66689e
2
Makefile
2
Makefile
|
@ -179,7 +179,7 @@ libbtrfs_headers = common/send-stream.h common/send-utils.h kernel-shared/send.h
|
|||
crypto/crc32c.h kernel-lib/list.h kerncompat.h \
|
||||
kernel-lib/radix-tree.h kernel-lib/sizes.h kernel-lib/raid56.h \
|
||||
common/extent-cache.h kernel-shared/extent_io.h ioctl.h \
|
||||
kernel-shared/ctree.h btrfsck.h version.h
|
||||
kernel-shared/ctree.h check/btrfsck.h version.h
|
||||
libbtrfsutil_major := $(shell sed -rn 's/^\#define BTRFS_UTIL_VERSION_MAJOR ([0-9])+$$/\1/p' libbtrfsutil/btrfsutil.h)
|
||||
libbtrfsutil_minor := $(shell sed -rn 's/^\#define BTRFS_UTIL_VERSION_MINOR ([0-9])+$$/\1/p' libbtrfsutil/btrfsutil.h)
|
||||
libbtrfsutil_patch := $(shell sed -rn 's/^\#define BTRFS_UTIL_VERSION_PATCH ([0-9])+$$/\1/p' libbtrfsutil/btrfsutil.h)
|
||||
|
|
Loading…
Reference in New Issue