Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/ufs Fix previous and actually disable UFS_DIRHASH
details: https://anonhg.NetBSD.org/src/rev/e26149be4e76
branches: trunk
changeset: 359448:e26149be4e76
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Jan 06 20:41:30 2022 +0000
description:
Fix previous and actually disable UFS_DIRHASH
diffstat:
sys/modules/ufs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 823847484073 -r e26149be4e76 sys/modules/ufs/Makefile
--- a/sys/modules/ufs/Makefile Thu Jan 06 18:00:58 2022 +0000
+++ b/sys/modules/ufs/Makefile Thu Jan 06 20:41:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/06 15:08:56 pgoyette Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/06 20:41:30 pgoyette Exp $
.include "../Makefile.inc"
@@ -6,7 +6,7 @@
CPPFLAGS+= -DFFS_EI -DWAPBL -DAPPLE_UFS -DQUOTA -DQUOTA2
CPPFLAGS+= -DUFS_EXTATTR -DUFS_ACL
-CPPFLAGS+= -DUFS_DIRHASH # disabled - suspected of corrupting memory
+#CPPFLAGS+= -DUFS_DIRHASH # disabled - suspected of corrupting memory
CWARNFLAGS.clang= -Wno-conversion
Home |
Main Index |
Thread Index |
Old Index