Searched hist:84247 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/fs/pseudofs/
H A Dpseudofs_internal.hdiff 84247 Mon Oct 01 04:26:33 MDT 2001 des [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.

Completed in 55 milliseconds