diff options
| author | hannken <hannken@NetBSD.org> | 2015-01-11 17:29:57 +0000 |
|---|---|---|
| committer | hannken <hannken@NetBSD.org> | 2015-01-11 17:29:57 +0000 |
| commit | 66996266ca77afa665f25befc8a6167fc9be3cca (patch) | |
| tree | 8b31b4dafeda3d6c45133bc836593f9fa28156d6 /sys/modules | |
| parent | 1689388c3c286ffcd11338c6e1c42b3cd3c3dc09 (diff) | |
Change chfs from hashlist to vcache.
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/chfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/chfs/Makefile b/sys/modules/chfs/Makefile index 1fd18041380..45de99a5dbe 100644 --- a/sys/modules/chfs/Makefile +++ b/sys/modules/chfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/04/12 15:31:01 ttoth Exp $ +# $NetBSD: Makefile,v 1.4 2015/01/11 17:29:57 hannken Exp $ .include "../Makefile.inc" @@ -7,7 +7,7 @@ CPPFLAGS+= -DDIAGNOSTIC -DDEBUG -DLOCKDEBUG KMOD= chfs -SRCS= ebh.c chfs_wbuf.c chfs_vnode_cache.c chfs_ihash.c +SRCS= ebh.c chfs_wbuf.c chfs_vnode_cache.c SRCS+= chfs_gc.c SRCS+= chfs_vnode.c chfs_erase.c chfs_write.c chfs_readinode.c SRCS+= chfs_build.c chfs_scan.c chfs_nodeops.c chfs_malloc.c |
