mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-03-25 21:16:19 +03:00

Provide zfstest coverage for these two issues which were a panic accessing extended attributes and a problem comparing 64 bit and 32 bit generation numbers. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Paul Zuchowski <pzuchowski@datto.com> Issue #5866 Issue #8858 Closes #8978
31 lines
436 B
Makefile
31 lines
436 B
Makefile
EXTRA_DIST = file_common.h
|
|
|
|
SUBDIRS = \
|
|
chg_usr_exec \
|
|
user_ns_exec \
|
|
devname2devid \
|
|
dir_rd_update \
|
|
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 \
|
|
online_recv \
|
|
randfree_file \
|
|
randwritecomp \
|
|
readmmap \
|
|
rename_dir \
|
|
rm_lnkcnt_zero_file \
|
|
threadsappend \
|
|
xattrtest \
|
|
stride_dd
|