freebsd-dev/sys/fs/cd9660
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_bmap.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
cd9660_lookup.c Remove a bunch of variables which were unused both in GENERIC and LINT. 1997-11-07 08:53:44 +00:00
cd9660_mount.h Add support for ISO9660 multi-session CD-ROMs. This is just nothing 1997-04-29 15:52:53 +00:00
cd9660_node.c Staticize. 1998-02-09 06:11:36 +00:00
cd9660_node.h Forward declare some structs so that this file is more self-sufficient. 1998-02-03 21:39:30 +00:00
cd9660_rrip.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
cd9660_rrip.h This is the kernel Lite/2 commit. There are some requisite userland 1997-02-10 02:22:35 +00:00
cd9660_util.c Removed unused or apparently-unused #includes, especially of the 1997-04-10 14:35:32 +00:00
cd9660_vfsops.c As described by the submitter: 1998-05-06 05:29:41 +00:00
cd9660_vnops.c Trivial filesystem getpages/putpages implementations, set the second. 1998-03-06 09:46:52 +00:00
iso_rrip.h Forward declare some structs so that this file is more self-sufficient. 1998-02-03 21:52:02 +00:00
iso.h Hide the kernel-only stuff inside #ifdef KERNEL. 1997-05-07 13:23:04 +00:00
TODO Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
TODO.hibler Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:20:10 +00:00