Enable UFS_DIRHASH in the GENERIC kernel.

Suggested by:	silby
Reviewed by:	dillon
MFC after:	5 days
This commit is contained in:
Ian Dowse 2001-12-14 16:27:11 +00:00
parent 69393d0646
commit 1cb4661d56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87894
10 changed files with 13 additions and 0 deletions

View File

@ -7,6 +7,7 @@ sed \
-e '/DEC_3000_300/d' \ -e '/DEC_3000_300/d' \
-e '/DEC_3000_500/d' \ -e '/DEC_3000_500/d' \
-e '/SOFTUPDATES/d' \ -e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \ -e '/MFS/d' \
-e '/NFSSERVER/d' \ -e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \ -e '/NFS_ROOT/d' \

View File

@ -49,6 +49,7 @@ sed -e '/ pci$/d' \
-e '/KTRACE/d' \ -e '/KTRACE/d' \
-e '/SYSV/d' \ -e '/SYSV/d' \
-e '/SOFTUPDATES/d' \ -e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \ -e '/MFS/d' \
-e '/NFSSERVER/d' \ -e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \ -e '/NFS_ROOT/d' \
@ -85,6 +86,7 @@ sed -e '/pty/d' \
-e '/KTRACE/d' \ -e '/KTRACE/d' \
-e '/SYSV/d' \ -e '/SYSV/d' \
-e '/SOFTUPDATES/d' \ -e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \ -e '/MFS/d' \
-e '/NFSSERVER/d' \ -e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \ -e '/NFS_ROOT/d' \

View File

@ -49,6 +49,7 @@ sed -e '/ pci$/d' \
-e '/KTRACE/d' \ -e '/KTRACE/d' \
-e '/SYSV/d' \ -e '/SYSV/d' \
-e '/SOFTUPDATES/d' \ -e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \ -e '/MFS/d' \
-e '/NFSSERVER/d' \ -e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \ -e '/NFS_ROOT/d' \
@ -85,6 +86,7 @@ sed -e '/pty/d' \
-e '/KTRACE/d' \ -e '/KTRACE/d' \
-e '/SYSV/d' \ -e '/SYSV/d' \
-e '/SOFTUPDATES/d' \ -e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \ -e '/MFS/d' \
-e '/NFSSERVER/d' \ -e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \ -e '/NFS_ROOT/d' \

View File

@ -49,6 +49,7 @@ sed -e '/ pci$/d' \
-e '/KTRACE/d' \ -e '/KTRACE/d' \
-e '/SYSV/d' \ -e '/SYSV/d' \
-e '/SOFTUPDATES/d' \ -e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \ -e '/MFS/d' \
-e '/NFSSERVER/d' \ -e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \ -e '/NFS_ROOT/d' \
@ -85,6 +86,7 @@ sed -e '/pty/d' \
-e '/KTRACE/d' \ -e '/KTRACE/d' \
-e '/SYSV/d' \ -e '/SYSV/d' \
-e '/SOFTUPDATES/d' \ -e '/SOFTUPDATES/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \ -e '/MFS/d' \
-e '/NFSSERVER/d' \ -e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \ -e '/NFS_ROOT/d' \

View File

@ -52,6 +52,7 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support 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 MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server options NFSSERVER #Network Filesystem Server

View File

@ -52,6 +52,7 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support 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 MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server options NFSSERVER #Network Filesystem Server

View File

@ -33,6 +33,7 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support 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 MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server options NFSSERVER #Network Filesystem Server

View File

@ -33,6 +33,7 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support 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 MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server options NFSSERVER #Network Filesystem Server

View File

@ -37,6 +37,7 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support 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 MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server options NFSSERVER #Network Filesystem Server

View File

@ -36,6 +36,7 @@ options INET #InterNETworking
options INET6 #IPv6 communications protocols options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support 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 MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server options NFSSERVER #Network Filesystem Server