NetBSD/sys/miscfs
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
..
deadfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
fdesc - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
fifofs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
genfs Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
kernfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
nullfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
overlay - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
portal - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
procfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
specfs The poll routine needs to return POLLERR on error, not an errno. Sorry 2006-09-30 21:00:13 +00:00
syncfs Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
umapfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
Makefile