Module Name:    src
Committed By:   pgoyette
Date:           Thu Jan  6 20:41:31 UTC 2022

Modified Files:
        src/sys/modules/ufs: Makefile

Log Message:
Fix previous and actually disable UFS_DIRHASH


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/modules/ufs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/ufs/Makefile
diff -u src/sys/modules/ufs/Makefile:1.5 src/sys/modules/ufs/Makefile:1.6
--- src/sys/modules/ufs/Makefile:1.5	Thu Jan  6 15:08:56 2022
+++ src/sys/modules/ufs/Makefile	Thu Jan  6 20:41:30 2022
@@ -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 @@ KMOD=	ufs
 
 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
 

Reply via email to