svn commit: r252593 - head/sys/conf

Peter Wemm peter at FreeBSD.org
Wed Jul 3 20:21:39 UTC 2013


Author: peter
Date: Wed Jul  3 20:21:39 2013
New Revision: 252593
URL: http://svnweb.freebsd.org/changeset/base/252593

Log:
  Move static ZFS compile option to the other static file system options.

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Wed Jul  3 20:19:23 2013	(r252592)
+++ head/sys/conf/options	Wed Jul  3 20:21:39 2013	(r252593)
@@ -226,6 +226,7 @@ SMBFS		opt_dontuse.h
 TMPFS		opt_dontuse.h
 UDF		opt_dontuse.h
 UNIONFS		opt_dontuse.h
+ZFS		opt_dontuse.h
 
 # Pseudofs debugging
 PSEUDOFS_TRACE	opt_pseudofs.h
@@ -840,8 +841,6 @@ HWPMC_MIPS_BACKTRACE 	opt_hwpmc_hooks.h
 # XBOX options for FreeBSD/i386, but some files are MI
 XBOX			opt_xbox.h
 
-ZFS			opt_dontuse.h
-
 # Interrupt filtering
 INTR_FILTER
 


More information about the svn-src-head mailing list