Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf Enable UFS_DIRHASH; this machine has 25...



details:   https://anonhg.NetBSD.org/src/rev/1d9bf7c65af6
branches:  trunk
changeset: 368816:1d9bf7c65af6
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Aug 07 03:08:40 2022 +0000

description:
Enable UFS_DIRHASH; this machine has 256MB RAM :)

diffstat:

 sys/arch/evbppc/conf/RB800 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 140bdaa41a1d -r 1d9bf7c65af6 sys/arch/evbppc/conf/RB800
--- a/sys/arch/evbppc/conf/RB800        Sun Aug 07 02:53:42 2022 +0000
+++ b/sys/arch/evbppc/conf/RB800        Sun Aug 07 03:08:40 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RB800,v 1.39 2022/08/07 02:52:25 simonb Exp $
+#      $NetBSD: RB800,v 1.40 2022/08/07 03:08:40 rin Exp $
 #
 #      RB800 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "RB800-$Revision: 1.39 $"
+ident          "RB800-$Revision: 1.40 $"
 
 maxusers       32
 
@@ -86,7 +86,7 @@
 #options       FFS_NO_SNAPSHOT # No FFS snapshot support
 options        QUOTA           # legacy UFS quotas
 options        QUOTA2          # new, in-filesystem UFS quotas
-#options       UFS_DIRHASH     # UFS Large Directory Hashing
+options        UFS_DIRHASH     # UFS Large Directory Hashing
 #options       UFS_EXTATTR     # Extended attribute support for UFS1
 options        WAPBL           # File system journaling support
 #options       LFS_DIRHASH     # LFS version of UFS_DIRHASH - experimental



Home | Main Index | Thread Index | Old Index