freebsd-skq/sys/ufs/mfs
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
..
mfs_extern.h Forward declare some structs so that this file is more self-sufficient. 1998-02-03 21:52:02 +00:00
mfs_vfsops.c As described by the submitter: 1998-05-06 05:29:41 +00:00
mfs_vnops.c Fix a panic resulting from executing off an MFS image. This corrects the 1998-02-16 23:55:53 +00:00
mfsiom.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
mfsnode.h Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h. 1997-11-01 20:40:14 +00:00