mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-29 22:56:35 +00:00
btrfs-progs: move send.h to kernel-shared/
The header contains the protocol definitions and is almost exactly the same as the kernel version, move it to the proper directory. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c1953c36dd
commit
e86425242f
2
Makefile
2
Makefile
@ -175,7 +175,7 @@ libbtrfs_objects = common/send-stream.o common/send-utils.o kernel-lib/rbtree.o
|
||||
crypto/hash.o crypto/xxhash.o $(CRYPTO_OBJECTS) \
|
||||
common/open-utils.o common/units.o common/device-utils.o \
|
||||
common/parse-utils.o
|
||||
libbtrfs_headers = common/send-stream.h common/send-utils.h send.h kernel-lib/rbtree.h btrfs-list.h \
|
||||
libbtrfs_headers = common/send-stream.h common/send-utils.h kernel-shared/send.h kernel-lib/rbtree.h btrfs-list.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 \
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include "kernel-lib/list.h"
|
||||
#include "btrfs-list.h"
|
||||
|
||||
#include "send.h"
|
||||
#include "kernel-shared/send.h"
|
||||
#include "common/send-stream.h"
|
||||
#include "common/send-utils.h"
|
||||
#include "cmds/receive-dump.h"
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include "kernel-lib/list.h"
|
||||
#include "common/utils.h"
|
||||
|
||||
#include "send.h"
|
||||
#include "kernel-shared/send.h"
|
||||
#include "common/send-utils.h"
|
||||
#include "common/help.h"
|
||||
#include "common/path-utils.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <uuid/uuid.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "send.h"
|
||||
#include "kernel-shared/send.h"
|
||||
#include "common/send-stream.h"
|
||||
#include "crypto/crc32c.h"
|
||||
#include "common/utils.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "btrfs-list.h"
|
||||
#include "check/btrfsck.h"
|
||||
#include "common/extent-cache.h"
|
||||
#include "send.h"
|
||||
#include "kernel-shared/send.h"
|
||||
#include "common/send-stream.h"
|
||||
#include "common/send-utils.h"
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user