NetBSD/sys/miscfs/genfs
reinoud 0ce809091d Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all
vnodes were synced and processed backwards. This meant that the last
accessed node was processed first and the earlierst last.

An extra benefit is the removal of the ugly hack from the Berkly days on
LFS.

In the proces, i've also replaced the various variations hand written loops
by the TAILQ_FOREACH() macro's.
2006-10-20 18:58:12 +00:00
..
Makefile
genfs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
genfs_node.h add wrapper functions of lockmgr on g_glock. 2006-10-14 09:16:28 +00:00
genfs_vnops.c Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
layer.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
layer_extern.h Fix alignement problems for fhandle_t, exposed by gcc4.1. 2006-07-13 12:00:24 +00:00
layer_subr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
layer_vfsops.c - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
layer_vnops.c integrate kauth. 2006-05-14 21:31:52 +00:00