aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorIan Dowse <iedowse@FreeBSD.org>2001-12-14 16:27:11 +0000
committerIan Dowse <iedowse@FreeBSD.org>2001-12-14 16:27:11 +0000
commit1cb4661d56bb21900c71b2403c5fabd8f581b0a9 (patch)
tree3729ecb1e01c4569a0f4200ef13d6acad9422593 /sys/alpha
parent69393d06460cbe9077cdf322f96443c3807a3209 (diff)
downloadsrc-1cb4661d56bb21900c71b2403c5fabd8f581b0a9.tar.gz
src-1cb4661d56bb21900c71b2403c5fabd8f581b0a9.zip
Enable UFS_DIRHASH in the GENERIC kernel.
Suggested by: silby Reviewed by: dillon MFC after: 5 days
Notes
Notes: svn path=/head/; revision=87894
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC1
-rw-r--r--sys/alpha/conf/NOTES1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index efcfcaae6f7c..3eb8b97f37d2 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -52,6 +52,7 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
+options UFS_DIRHASH #Improve performance on big directories
options MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index efcfcaae6f7c..3eb8b97f37d2 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -52,6 +52,7 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
+options UFS_DIRHASH #Improve performance on big directories
options MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server