diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2022-01-06 20:41:30 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2022-01-06 20:41:30 +0000 |
| commit | f66690d27fa9bbcbc88093460b0a3c8cca775e83 (patch) | |
| tree | 30874840063c686d9c57c81337c68e4b7bea0022 /sys/modules | |
| parent | 7d09a0ab6c8f0e10413584e16151c7acc3c72728 (diff) | |
Fix previous and actually disable UFS_DIRHASH
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ufs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ufs/Makefile b/sys/modules/ufs/Makefile index 455494bf78b..12bb2b8a6a1 100644 --- a/sys/modules/ufs/Makefile +++ b/sys/modules/ufs/Makefile @@ -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 |
