svn commit: r245587 - in stable/9/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf

Konstantin Belousov kib at FreeBSD.org
Fri Jan 18 04:23:56 UTC 2013


Author: kib
Date: Fri Jan 18 04:23:54 2013
New Revision: 245587
URL: http://svnweb.freebsd.org/changeset/base/245587

Log:
  MFC r245003:
  Enable the UFS quotas for big-iron GENERIC kernels.

Modified:
  stable/9/sys/amd64/conf/GENERIC
  stable/9/sys/i386/conf/GENERIC
  stable/9/sys/ia64/conf/GENERIC
  stable/9/sys/powerpc/conf/GENERIC
  stable/9/sys/powerpc/conf/GENERIC64
  stable/9/sys/sparc64/conf/GENERIC
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/amd64/conf/GENERIC
==============================================================================
--- stable/9/sys/amd64/conf/GENERIC	Fri Jan 18 03:15:49 2013	(r245586)
+++ stable/9/sys/amd64/conf/GENERIC	Fri Jan 18 04:23:54 2013	(r245587)
@@ -33,6 +33,7 @@ options 	SOFTUPDATES		# Enable FFS soft 
 options 	UFS_ACL			# Support for access control lists
 options 	UFS_DIRHASH		# Improve performance on big directories
 options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
+options 	QUOTA			# Enable disk quotas for UFS
 options 	MD_ROOT			# MD is a potential root device
 options 	NFSCL			# New Network Filesystem Client
 options 	NFSD			# New Network Filesystem Server

Modified: stable/9/sys/i386/conf/GENERIC
==============================================================================
--- stable/9/sys/i386/conf/GENERIC	Fri Jan 18 03:15:49 2013	(r245586)
+++ stable/9/sys/i386/conf/GENERIC	Fri Jan 18 04:23:54 2013	(r245587)
@@ -35,6 +35,7 @@ options 	SOFTUPDATES		# Enable FFS soft 
 options 	UFS_ACL			# Support for access control lists
 options 	UFS_DIRHASH		# Improve performance on big directories
 options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
+options 	QUOTA			# Enable disk quotas for UFS
 options 	MD_ROOT			# MD is a potential root device
 options 	NFSCL			# New Network Filesystem Client
 options 	NFSD			# New Network Filesystem Server

Modified: stable/9/sys/ia64/conf/GENERIC
==============================================================================
--- stable/9/sys/ia64/conf/GENERIC	Fri Jan 18 03:15:49 2013	(r245586)
+++ stable/9/sys/ia64/conf/GENERIC	Fri Jan 18 04:23:54 2013	(r245587)
@@ -58,6 +58,7 @@ options 	SYSVSHM		# SYSV-style shared me
 options 	UFS_ACL		# Support for access control lists
 options 	UFS_DIRHASH	# Hash-based directory lookup scheme
 options 	UFS_GJOURNAL	# Enable gjournal-based UFS journaling
+options 	QUOTA		# Enable disk quotas for UFS
 options 	_KPOSIX_PRIORITY_SCHEDULING	# Posix P1003_1B RT extensions
 options 	KDB		# Kernel debugger related code
 options 	KDB_TRACE	# Print a stack trace for a panic

Modified: stable/9/sys/powerpc/conf/GENERIC
==============================================================================
--- stable/9/sys/powerpc/conf/GENERIC	Fri Jan 18 03:15:49 2013	(r245586)
+++ stable/9/sys/powerpc/conf/GENERIC	Fri Jan 18 04:23:54 2013	(r245587)
@@ -40,6 +40,7 @@ options 	SOFTUPDATES		#Enable FFS soft u
 options 	UFS_ACL			#Support for access control lists
 options 	UFS_DIRHASH		#Improve performance on big directories
 options 	UFS_GJOURNAL		#Enable gjournal-based UFS journaling
+options 	QUOTA			#Enable disk quotas for UFS
 options 	MD_ROOT			#MD is a potential root device
 options 	NFSCL			#New Network Filesystem Client
 options 	NFSD			#New Network Filesystem Server

Modified: stable/9/sys/powerpc/conf/GENERIC64
==============================================================================
--- stable/9/sys/powerpc/conf/GENERIC64	Fri Jan 18 03:15:49 2013	(r245586)
+++ stable/9/sys/powerpc/conf/GENERIC64	Fri Jan 18 04:23:54 2013	(r245587)
@@ -40,6 +40,7 @@ options 	SOFTUPDATES		#Enable FFS soft u
 options 	UFS_ACL			#Support for access control lists
 options 	UFS_DIRHASH		#Improve performance on big directories
 options 	UFS_GJOURNAL		#Enable gjournal-based UFS journaling
+options 	QUOTA			#Enable disk quotas for UFS
 options 	MD_ROOT			#MD is a potential root device
 options 	NFSCL			#New Network Filesystem Client
 options 	NFSD			#New Network Filesystem Server

Modified: stable/9/sys/sparc64/conf/GENERIC
==============================================================================
--- stable/9/sys/sparc64/conf/GENERIC	Fri Jan 18 03:15:49 2013	(r245586)
+++ stable/9/sys/sparc64/conf/GENERIC	Fri Jan 18 04:23:54 2013	(r245587)
@@ -36,6 +36,7 @@ options 	SOFTUPDATES		# Enable FFS soft 
 options 	UFS_ACL			# Support for access control lists
 options 	UFS_DIRHASH		# Improve performance on big directories
 options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
+options 	QUOTA			# Enable disk quotas for UFS
 options 	MD_ROOT			# MD is a potential root device
 options 	NFSCL			# New Network Filesystem Client
 options 	NFSD			# New Network Filesystem Server


More information about the svn-src-all mailing list