mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-28 20:17:35 +03:00

The value of zp is used without having been initialized under some conditions. Initialize the pointer to NULL. Add a regression test case using chown in acl/posix. However, this is not enough because the setup sets xattr=sa, which means zfs_setattr_dir will not be called. Create a second group of acl tests in acl/posix-sa duplicating the acl/posix tests with symlinks, and remove xattr=sa from the original acl/posix tests. This provides more coverage for the default xattr=on code. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10043 Closes #11025
9 lines
209 B
Makefile
9 lines
209 B
Makefile
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/acl/posix-sa
|
|
dist_pkgdata_SCRIPTS = \
|
|
cleanup.ksh \
|
|
setup.ksh \
|
|
posix_001_pos.ksh \
|
|
posix_002_pos.ksh \
|
|
posix_003_pos.ksh \
|
|
posix_004_pos.ksh
|