freebsd-dev/sys/fs/nullfs
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
..
null_subr.c Staticize. 1998-02-09 06:11:36 +00:00
null_vfsops.c As described by the submitter: 1998-05-06 05:29:41 +00:00
null_vnops.c Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. 1998-04-17 22:37:19 +00:00
null.h Some staticized variables were still declared to be extern. 1997-09-07 05:27:26 +00:00