freebsd-dev/sys/fs/pseudofs
Dag-Erling Smørgrav 24efa9d3fa [the previous commit to pseudofs_vncache.c got the wrong log message]
YA pseudofs megacommit, part 2:

 - Merge the pfs_vnode and pfs_vdata structures, and make the vnode cache
   a doubly-linked list.  This eliminates the need to walk the list in
   pfs_vncache_free().

 - Add an exit callout which revokes vnodes associated with the process
   that just exited.  Since it needs to lock the cache when it does this,
   pfs_vncache_mutex needs MTX_RECURSE.
2001-10-01 04:26:33 +00:00
..
pseudofs_fileno.c For some reason, though the module builds just fine without <sys/lock.h>, 2001-06-11 15:04:48 +00:00
pseudofs_internal.h [the previous commit to pseudofs_vncache.c got the wrong log message] 2001-10-01 04:26:33 +00:00
pseudofs_vncache.c YA pseudofs megacommit, part 1: 2001-10-01 04:22:20 +00:00
pseudofs_vnops.c YA pseudofs megacommit, part 1: 2001-10-01 04:22:20 +00:00
pseudofs.c Pseudofs take 2: 2001-09-29 00:49:29 +00:00
pseudofs.h YA pseudofs megacommit, part 1: 2001-10-01 04:22:20 +00:00