mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
b9c07ec71b
The behavior of a NULL fromsnap was inadvertently changed for a doall send when the send/recv logic in libzfs was updated. Restore the previous behavior by correcting send_iterate_snap() to include all the snapshots in the nvlist for this case. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Cedric Maunoury <cedric.maunoury@gmail.com> Closes #11608
38 lines
502 B
Makefile
38 lines
502 B
Makefile
EXTRA_DIST = file_common.h
|
|
|
|
SUBDIRS = \
|
|
badsend \
|
|
btree_test \
|
|
chg_usr_exec \
|
|
devname2devid \
|
|
dir_rd_update \
|
|
draid \
|
|
file_check \
|
|
file_trunc \
|
|
file_write \
|
|
get_diff \
|
|
largest_file \
|
|
libzfs_input_check \
|
|
mkbusy \
|
|
mkfile \
|
|
mkfiles \
|
|
mktree \
|
|
mmap_exec \
|
|
mmap_libaio \
|
|
mmapwrite \
|
|
nvlist_to_lua \
|
|
randwritecomp \
|
|
readmmap \
|
|
rename_dir \
|
|
rm_lnkcnt_zero_file \
|
|
send_doall \
|
|
stride_dd \
|
|
threadsappend
|
|
|
|
if BUILD_LINUX
|
|
SUBDIRS += \
|
|
randfree_file \
|
|
user_ns_exec \
|
|
xattrtest
|
|
endif
|