NetBSD/sys/miscfs
hannken e10a32f7f7 Remove miscfs/syncfs and
- 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@
2015-05-06 15:57:07 +00:00
..
deadfs Uncomment the argument struct declarations in deadfs. 2015-04-20 23:30:58 +00:00
fdesc Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
fifofs split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
genfs Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
kernfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
nullfs Do not uselessly include <sys/malloc.h>. 2014-11-09 18:08:06 +00:00
overlay Do not uselessly include <sys/malloc.h>. 2014-11-10 18:46:33 +00:00
procfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
specfs Make vget always return vnode unlocked. 2015-04-20 13:44:16 +00:00
umapfs Do not uselessly include <sys/malloc.h>. 2014-11-09 18:08:06 +00:00
Makefile Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00