summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/GENERIC
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-01-03 19:03:41 +0000
committerkib <kib@FreeBSD.org>2013-01-03 19:03:41 +0000
commit5a9188f8d3a59199c437c0e2eec747d7e9227d77 (patch)
tree8a022ae3f7e20091e1fa13a7f6b36f78f43aae40 /sys/amd64/conf/GENERIC
parent34b50799cd001b12c17b6d9bece3ce2c855c2970 (diff)
downloadFreeBSD-src-5a9188f8d3a59199c437c0e2eec747d7e9227d77.zip
FreeBSD-src-5a9188f8d3a59199c437c0e2eec747d7e9227d77.tar.gz
Enable the UFS quotas for big-iron GENERIC kernels.
Discussed with: mckusick MFC after: 2 weeks
Diffstat (limited to 'sys/amd64/conf/GENERIC')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index edbc400..48f41b3 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -35,6 +35,7 @@ options SOFTUPDATES # Enable FFS soft updates support
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
OpenPOWER on IntegriCloud