freebsd-nq/sys/fs
Mike Smith 79cc756d8b As described by the submitter:
Reverse the VFS_VRELE patch.  Reference counting of vnodes does not need
to be done per-fs.  I noticed this while fixing vfs layering violations.
Doing reference counting in generic code is also the preference cited by
John Heidemann in recent discussions with him.

The implementation of alternative vnode management per-fs is still a valid
requirement for some filesystems but will be revisited sometime later,
most likely using a different framework.

Submitted by:	Michael Hancock <michaelh@cet.co.jp>
1998-05-06 05:29:41 +00:00
..
cd9660 As described by the submitter: 1998-05-06 05:29:41 +00:00
deadfs Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL 1997-12-15 03:09:59 +00:00
fdescfs As described by the submitter: 1998-05-06 05:29:41 +00:00
fifofs Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
msdosfs As described by the submitter: 1998-05-06 05:29:41 +00:00
nullfs As described by the submitter: 1998-05-06 05:29:41 +00:00
portalfs As described by the submitter: 1998-05-06 05:29:41 +00:00
procfs As described by the submitter: 1998-05-06 05:29:41 +00:00
specfs Add changes and code to implement a functional DEVFS. 1998-04-19 23:32:49 +00:00
umapfs As described by the submitter: 1998-05-06 05:29:41 +00:00
unionfs As described by the submitter: 1998-05-06 05:29:41 +00:00