e10a32f7f7
- move the syncer into kern/vfs_subr.c. - change the syncer to process the mountlist and VFS_SYNC as appropriate. - use an API for mount points similiar to the API for vnodes: - vfs_syncer_add_to_worklist(struct mount *mp) to add - vfs_syncer_remove_from_worklist(struct mount *mp) to remove a mount. No objections on tech-kern@
8 lines
186 B
Makefile
8 lines
186 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/05/06 15:57:08 hannken Exp $
|
|
|
|
SUBDIR= fdesc fifofs genfs kernfs nullfs overlay procfs specfs umapfs
|
|
|
|
INCSDIR= /usr/include/miscfs
|
|
|
|
.include <bsd.kinc.mk>
|