freebsd-dev/sys/gnu
Mike Smith 7be2d30077 In the words of the submitter:
---------
Make callers of namei() responsible for releasing references or locks
instead of having the underlying filesystems do it.  This eliminates
redundancy in all terminal filesystems and makes it possible for stacked
transport layers such as umapfs or nullfs to operate correctly.

Quality testing was done with testvn, and lat_fs from the lmbench suite.

Some NFS client testing courtesy of Patrik Kudo.

vop_mknod and vop_symlink still release the returned vpp.  vop_rename
still releases 4 vnode arguments before it returns.  These remaining cases
will be corrected in the next set of patches.
---------

Submitted by:	Michael Hancock <michaelh@cet.co.jp>
1998-05-07 04:58:58 +00:00
..
ext2fs In the words of the submitter: 1998-05-07 04:58:58 +00:00
fs/ext2fs In the words of the submitter: 1998-05-07 04:58:58 +00:00
i386 - breakage of the warnings about pessimized i/o port types. 1998-04-21 21:06:57 +00:00