freebsd_amp_hwpstate/sys/fs
John Dyson 6476c0d204 Even though this looks like it, this is not a complex code change.
The interface into the "VMIO" system has changed to be more consistant
and robust.  Essentially, it is now no longer necessary to call vn_open
to get merged VM/Buffer cache operation, and exceptional conditions
such as merged operation of VBLK devices is simpler and more correct.

This code corrects a potentially large set of problems including the
problems with ktrace output and loaded systems, file create/deletes,
etc.

Most of the changes to NFS are cosmetic and name changes, eliminating
a layer of subroutine calls.  The direct calls to vput/vrele have
been re-instituted for better cross platform compatibility.

Reviewed by: davidg
1996-08-21 21:56:23 +00:00
..
cd9660 Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:36:23 +00:00
deadfs
fdescfs Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
fifofs Kill XNS. 1996-02-13 18:16:31 +00:00
msdosfs bzero reserved field into directory entry, junk here cause 1996-07-28 07:58:55 +00:00
nullfs Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:37:57 +00:00
portalfs Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
procfs Modify slightly the output from the map file in /proc. Now the 1996-07-27 19:47:04 +00:00
specfs Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
umapfs Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:37:57 +00:00
unionfs Added prototypes. 1995-12-03 14:54:48 +00:00