diff options
author | ngie <ngie@FreeBSD.org> | 2016-01-03 04:38:17 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-01-03 04:38:17 +0000 |
commit | 3db696df034ec3362db176d4fd02070207ec600c (patch) | |
tree | bb6f6e31550d2bdfad2c1132d38346403208a9ee | |
parent | f48423fada3134c7be4f2203959b72b525bc9c31 (diff) | |
download | FreeBSD-src-3db696df034ec3362db176d4fd02070207ec600c.zip FreeBSD-src-3db696df034ec3362db176d4fd02070207ec600c.tar.gz |
Add "options ZFS" to NOTES so this will be tested with the LINT
KERNCONF when "make tinderbox" is run
This will help ensure that "options ZFS" will not be accidentally
regressed, as the current LINT configuration tests the zfs module
MFC after: 3 weeks
Sponsored by: EMC / Isilon Storage Division
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3c64d5b..e824445 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -3012,3 +3012,6 @@ options EM_MULTIQUEUE # Activate multiqueue features/disable MSI-X # zlib I/O stream support # This enables support for compressed core dumps. options GZIO + +# ZFS (Zeta File System) support +options ZFS |