git: 5025e850132d - main - zfs: fix kernel build after e92ffd9b6 if ZFS is compiled in
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jan 2022 08:28:03 UTC
The branch main has been updated by mm:
URL: https://cgit.FreeBSD.org/src/commit/?id=5025e850132d9ce26333e4fc72d4fe034e1ac766
commit 5025e850132d9ce26333e4fc72d4fe034e1ac766
Author: Martin Matuska <mm@FreeBSD.org>
AuthorDate: 2022-01-23 08:24:00 +0000
Commit: Martin Matuska <mm@FreeBSD.org>
CommitDate: 2022-01-23 08:27:27 +0000
zfs: fix kernel build after e92ffd9b6 if ZFS is compiled in
Add missing source file lz4_zfs.c to sys/conf/files
---
sys/conf/files | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/conf/files b/sys/conf/files
index 4007d4f16c79..1473f13f5dc2 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -286,6 +286,7 @@ contrib/openzfs/module/zfs/fm.c optional zfs compile-with "${ZFS_C}"
contrib/openzfs/module/zfs/gzip.c optional zfs compile-with "${ZFS_C}"
contrib/openzfs/module/zfs/lzjb.c optional zfs compile-with "${ZFS_C}"
contrib/openzfs/module/zfs/lz4.c optional zfs compile-with "${ZFS_C}"
+contrib/openzfs/module/zfs/lz4_zfs.c optional zfs compile-with "${ZFS_C}"
contrib/openzfs/module/zfs/metaslab.c optional zfs compile-with "${ZFS_C}"
contrib/openzfs/module/zfs/mmp.c optional zfs compile-with "${ZFS_C}"
contrib/openzfs/module/zfs/multilist.c optional zfs compile-with "${ZFS_C}"