mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-28 17:39:23 +03:00
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
This commit is contained in:
committed by
Brian Behlendorf
parent
5e8ff25644
commit
0391690583
@@ -34,6 +34,7 @@ $(MODULE)-objs += dmu.o
|
||||
$(MODULE)-objs += dmu_diff.o
|
||||
$(MODULE)-objs += dmu_object.o
|
||||
$(MODULE)-objs += dmu_objset.o
|
||||
$(MODULE)-objs += dmu_recv.o
|
||||
$(MODULE)-objs += dmu_send.o
|
||||
$(MODULE)-objs += dmu_traverse.o
|
||||
$(MODULE)-objs += dmu_tx.o
|
||||
|
||||
Reference in New Issue
Block a user