diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-06-02 11:42:39 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-06-02 11:42:39 +0000 |
commit | acc9d73392734e746e249c426a1558b911389dfb (patch) | |
tree | d7fd81266a9a2c842c257909e78eed5e1dc4e4cd /usr/src/uts/common/Makefile.files | |
parent | 5cd90a78a9b9930e642ce913b44316f5a4ae6632 (diff) | |
parent | b39b008f8a57ea7ddfd0f69b24529deba7c25ae1 (diff) | |
download | illumos-joyent-acc9d73392734e746e249c426a1558b911389dfb.tar.gz |
[illumos-gate merge]
commit b39b008f8a57ea7ddfd0f69b24529deba7c25ae1
12783 async unlinked drain races with ZFS unmount
commit 94bce860c16a04a3d8eaeaa18807723c026e23b5
12559 zs: NULL pointer errors
commit fdf1a8710a94b4953ba782ed5bdc1549b0356ddc
12804 sysevent.h: C++11 requires a space between string literal and macro
commit e86372a01d2d16a5dd4a64e144ed978ba17fe7dd
12668 ZFS support for vectorized algorithms on x86 (initial support)
commit 82049ff560eed6fbdf4cf222d894467f5809f9b3
12119 ndmpd: cast between incompatible function types
commit 8e3a263e496f0b896b62a8ebe101c0b2b56c9a15
12750 bhyve should not hold HMA registration with no running VMs
commit d0b3c59ba652f183eeec1414dd9fbdc56bf05cc8
12775 reorganize bhyve contrib headers
commit e213fe2d75a0e47cc0b3f67c473e24dfa9304e0b
12545 ixgbe: IXGBE_LE32_TO_CPUS macro is missing assignment
Diffstat (limited to 'usr/src/uts/common/Makefile.files')
-rw-r--r-- | usr/src/uts/common/Makefile.files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/Makefile.files b/usr/src/uts/common/Makefile.files index 720701371d..ff108e47e5 100644 --- a/usr/src/uts/common/Makefile.files +++ b/usr/src/uts/common/Makefile.files @@ -1434,6 +1434,8 @@ ZFS_COMMON_OBJS += \ vdev_missing.o \ vdev_queue.o \ vdev_raidz.o \ + vdev_raidz_math.o \ + vdev_raidz_math_scalar.o \ vdev_removal.o \ vdev_root.o \ vdev_trim.o \ |