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:
David Sterba 2021-09-07 19:26:46 +02:00
parent c1953c36dd
commit e86425242f
6 changed files with 5 additions and 5 deletions

View file

@ -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 \

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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