svn commit: r293070 - head/sys/conf

Garrett Cooper ngie at FreeBSD.org
Sun Jan 3 04:38:19 UTC 2016


Author: ngie
Date: Sun Jan  3 04:38:17 2016
New Revision: 293070
URL: https://svnweb.freebsd.org/changeset/base/293070

Log:
  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

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Sun Jan  3 04:32:13 2016	(r293069)
+++ head/sys/conf/NOTES	Sun Jan  3 04:38:17 2016	(r293070)
@@ -3012,3 +3012,6 @@ options		EM_MULTIQUEUE # Activate multiq
 # zlib I/O stream support
 # This enables support for compressed core dumps.
 options 	GZIO
+
+# ZFS (Zeta File System) support
+options		ZFS


More information about the svn-src-head mailing list