Refactor dmu_recv into its own file
authorPaul Dagnelie <paulcd2000@gmail.com>
Tue, 9 Oct 2018 21:05:13 +0000 (14:05 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 9 Oct 2018 21:05:13 +0000 (14:05 -0700)
commit0391690583a8c5129477cbdac476130abe4af776
tree7e38f5c23407d26f7f19b86f04e0cea7049d5b26
parent5e8ff25644dfed600b4bdfb201ea6db003b4ad2c
 Refactor dmu_recv into its own file

This change moves the bottom half of dmu_send.c (where the receive
logic is kept) into a new file, dmu_recv.c, and does similarly
for receive-related changes in header files.

Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
Closes #7982
12 files changed:
include/sys/Makefile.am
include/sys/dmu_recv.h [copied from include/sys/dmu_send.h with 68% similarity]
include/sys/dmu_send.h
include/sys/dsl_bookmark.h
lib/libzpool/Makefile.am
module/zfs/Makefile.in
module/zfs/dmu_objset.c
module/zfs/dmu_recv.c [copied from module/zfs/dmu_send.c with 65% similarity]
module/zfs/dmu_send.c
module/zfs/dnode_sync.c
module/zfs/dsl_dataset.c
module/zfs/zfs_ioctl.c