diff options
| author | Michael Forney <mforney@mforney.org> | 2024-03-22 19:22:27 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-03-23 11:07:33 -0700 |
| commit | 63394a17ae622bb0ed40c0d319cf55b02bc9c752 (patch) | |
| tree | a951958fb78929c7e9b232a0eba1604f267eb752 /pkg/zfs/gen.lua | |
| parent | bdcd34d1f1beabbc7cf9063eee2121e11f9d1366 (diff) | |
zfs: Update to 2.2.3
zstream decompress and recompress are patched out for now.
Diffstat (limited to 'pkg/zfs/gen.lua')
| -rw-r--r-- | pkg/zfs/gen.lua | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/pkg/zfs/gen.lua b/pkg/zfs/gen.lua index e21e0863..99cc9655 100644 --- a/pkg/zfs/gen.lua +++ b/pkg/zfs/gen.lua @@ -30,6 +30,7 @@ lib('libavl.a', {'module/avl/avl.c'}) lib('libshare.a', [[ lib/libshare/( libshare.c + nfs.c os/linux/(nfs.c smb.c) ) ]]) @@ -38,6 +39,7 @@ lib('libspl.a', [[ lib/libspl/( assert.c atomic.c + getexecname.c list.c mkdirp.c page.c @@ -81,9 +83,9 @@ lib('libzutil.a', [[ zutil_nicenum.c zutil_pool.c os/linux/( + zutil_setproctitle.c zutil_device_path_os.c zutil_import_os.c - zutil_compat.c ) ) libefi.a.d @@ -96,12 +98,9 @@ lib('libuutil.a', [[ lib/libuutil/( uu_alloc.c uu_avl.c - uu_dprintf.c uu_ident.c uu_list.c uu_misc.c - uu_open.c - uu_pname.c uu_string.c ) libavl.a @@ -111,6 +110,7 @@ lib('libuutil.a', [[ lib('libzfs_core.a', [[ lib/libzfs_core/( libzfs_core.c + os/linux/libzfs_core_ioctl.c ) libzutil.a.d ]]) @@ -132,7 +132,6 @@ lib('libzfs.a', [[ os/linux/( libzfs_mount_os.c libzfs_pool_os.c - libzfs_sendrecv_os.c libzfs_util_os.c ) ) @@ -169,12 +168,12 @@ exe('zed', [[ zed_log.c zed_strings.c agents/( + fmd_api.c + fmd_serd.c zfs_agents.c zfs_diagnosis.c zfs_mod.c zfs_retire.c - fmd_api.c - fmd_serd.c ) ) libzfs.a.d |
