Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2013 04:23:55 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r245587 - in stable/9/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf
Message-ID:  <201301180423.r0I4NtGe042892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301180423.r0I4NtGe042892>