freebsd-src/sys/miscfs
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
..
deadfs Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:29:25 +00:00
devfs Submitted by: doug Rabson (dfr@render.com) 1996-08-13 19:48:41 +00:00
fdesc Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
fifofs Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:29:25 +00:00
kernfs Comment out rootdev & rrootdev so a ls -l doesn't panic the machine. 1996-07-03 03:48:46 +00:00
nullfs Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:37:57 +00:00
portal 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
union This commit was generated by cvs2svn to compensate for changes in r14557, 1996-03-11 19:29:25 +00:00