freebsd_amp_hwpstate/sys/ufs/ffs
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
..
ffs_alloc.c Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
ffs_balloc.c Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
ffs_extern.h Forward declare even more structs to restore some self-sufficiency. 1998-03-23 14:12:37 +00:00
ffs_inode.c Correct an error that I made where the vtruncbuf was changed back 1998-05-04 17:43:48 +00:00
ffs_softdep_stub.c Submitted by: kirk McKusick 1998-03-08 08:38:41 +00:00
ffs_subr.c Moved some #includes from <sys/param.h> nearer to where they are actually 1998-03-28 10:33:27 +00:00
ffs_tables.c
ffs_vfsops.c As described by the submitter: 1998-05-06 05:29:41 +00:00
ffs_vnops.c Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
fs.h Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00