]> granicus.if.org Git - zfs/blobdiff - configure.ac
dmu_objset: release bonus buffer in failure path
[zfs] / configure.ac
index f01a4d8728033e963b40eed18a97e73566db7742..0c7977ef80ea23d1a67a56c8245c28bdbb98d9f5 100644 (file)
@@ -55,7 +55,6 @@ ZFS_AC_LICENSE
 ZFS_AC_PACKAGE
 ZFS_AC_CONFIG
 ZFS_AC_DEBUG
-ZFS_AC_DEBUG_DMU_TX
 
 AC_CONFIG_FILES([
        Makefile
@@ -66,6 +65,7 @@ AC_CONFIG_FILES([
        etc/zfs/Makefile
        etc/systemd/Makefile
        etc/systemd/system/Makefile
+       etc/sudoers.d/Makefile
        etc/modules-load.d/Makefile
        man/Makefile
        man/man1/Makefile
@@ -113,6 +113,7 @@ AC_CONFIG_FILES([
        cmd/arc_summary/Makefile
        cmd/zed/Makefile
        cmd/raidz_test/Makefile
+       cmd/zgenhostid/Makefile
        contrib/Makefile
        contrib/bash_completion.d/Makefile
        contrib/dracut/Makefile
@@ -147,6 +148,7 @@ AC_CONFIG_FILES([
        tests/test-runner/man/Makefile
        tests/runfiles/Makefile
        tests/zfs-tests/Makefile
+       tests/zfs-tests/callbacks/Makefile
        tests/zfs-tests/cmd/Makefile
        tests/zfs-tests/cmd/chg_usr_exec/Makefile
        tests/zfs-tests/cmd/devname2devid/Makefile
@@ -168,7 +170,6 @@ AC_CONFIG_FILES([
        tests/zfs-tests/cmd/threadsappend/Makefile
        tests/zfs-tests/cmd/xattrtest/Makefile
        tests/zfs-tests/include/Makefile
-       tests/zfs-tests/include/commands.cfg
        tests/zfs-tests/include/default.cfg
        tests/zfs-tests/tests/Makefile
        tests/zfs-tests/tests/functional/Makefile
@@ -180,6 +181,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cachefile/Makefile
        tests/zfs-tests/tests/functional/casenorm/Makefile
        tests/zfs-tests/tests/functional/checksum/Makefile
+       tests/zfs-tests/tests/functional/chattr/Makefile
        tests/zfs-tests/tests/functional/clean_mirror/Makefile
        tests/zfs-tests/tests/functional/cli_root/Makefile
        tests/zfs-tests/tests/functional/cli_root/zdb/Makefile
@@ -215,6 +217,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_root/zpool_get/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_history/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_import/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_offline/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_online/Makefile
@@ -223,6 +226,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/cli_root/zpool_scrub/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_set/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_status/Makefile
+       tests/zfs-tests/tests/functional/cli_root/zpool_sync/Makefile
        tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/Makefile
        tests/zfs-tests/tests/functional/cli_user/Makefile
        tests/zfs-tests/tests/functional/cli_user/misc/Makefile
@@ -233,7 +237,9 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/ctime/Makefile
        tests/zfs-tests/tests/functional/delegate/Makefile
        tests/zfs-tests/tests/functional/devices/Makefile
+       tests/zfs-tests/tests/functional/events/Makefile
        tests/zfs-tests/tests/functional/exec/Makefile
+       tests/zfs-tests/tests/functional/fault/Makefile
        tests/zfs-tests/tests/functional/features/async_destroy/Makefile
        tests/zfs-tests/tests/functional/features/large_dnode/Makefile
        tests/zfs-tests/tests/functional/features/Makefile
@@ -245,8 +251,10 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/large_files/Makefile
        tests/zfs-tests/tests/functional/largest_pool/Makefile
        tests/zfs-tests/tests/functional/link_count/Makefile
+       tests/zfs-tests/tests/functional/libzfs/Makefile
        tests/zfs-tests/tests/functional/migration/Makefile
        tests/zfs-tests/tests/functional/mmap/Makefile
+       tests/zfs-tests/tests/functional/mmp/Makefile
        tests/zfs-tests/tests/functional/mount/Makefile
        tests/zfs-tests/tests/functional/mv_files/Makefile
        tests/zfs-tests/tests/functional/nestedfs/Makefile
@@ -272,6 +280,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/snapused/Makefile
        tests/zfs-tests/tests/functional/sparse/Makefile
        tests/zfs-tests/tests/functional/threadsappend/Makefile
+       tests/zfs-tests/tests/functional/tmpfile/Makefile
        tests/zfs-tests/tests/functional/truncate/Makefile
        tests/zfs-tests/tests/functional/userquota/Makefile
        tests/zfs-tests/tests/functional/upgrade/Makefile
@@ -301,4 +310,5 @@ AC_CONFIG_FILES([
        zfs.release
 ])
 
+
 AC_OUTPUT