diff options
author | Martin Matuska <mm@FreeBSD.org> | 2021-02-16 00:39:34 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2021-03-10 01:24:58 +0000 |
commit | 21b12f3e451b0d21ff4a3776cb5d11750c7cc822 (patch) | |
tree | ab3a055350d8844f676336f934187fc246c1c2fe /cddl/lib/libzpool/Makefile | |
parent | 1da549169de0b30f0ba92fdb4e74897c837d618d (diff) |
zfs: merge OpenZFS master-436ab35a5
- speed up writing to ZFS pools without ZIL devices (aa755b3)
- speed up importing ZFS pools (2d8f72d, a0e0199, cf0977a)
...
Reviewed by: mjg (partial)
Tested by: pho
Differential Revision: https://reviews.freebsd.org/D28677
(cherry picked from commit 184c1b943937986c81e1996d999d21626ec7a4ff)
Diffstat (limited to 'cddl/lib/libzpool/Makefile')
-rw-r--r-- | cddl/lib/libzpool/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cddl/lib/libzpool/Makefile b/cddl/lib/libzpool/Makefile index 2cb1b0446ade..819f67ceec5a 100644 --- a/cddl/lib/libzpool/Makefile +++ b/cddl/lib/libzpool/Makefile @@ -46,7 +46,6 @@ KERNEL_C = \ zfs_fletcher_superscalar4.c \ zfs_namecheck.c \ zfs_prop.c \ - zfs_uio.c \ zfs_zstd.c \ zpool_prop.c \ zprop_common.c \ |