NetBSD/sys/ufs/mfs
thorpej dd494c1a6c Redo the way MFS does I/O to the server's address space. Instead of
queueing up buffers and awakening the MFS server process to do the I/O,
we do the I/O to the server process's address space directly using
facilities provided by UVM.

This makes it possible for buffers attempting to flush out while the
MFS is being unmounted to actually do the I/O, where before it would
fail if the server process wasn't in the MFS idle loop (i.e. had been
signaled and was attempting to exit).

Should fix kern/10122 (I can no longer reproduce the problem described
in the PR when running with these changes), and any number of other
MFS-related complaints made by people over time.
2000-05-16 17:20:23 +00:00
..
Makefile Nuke unneeded include file. 1999-07-03 18:40:32 +00:00
mfs_extern.h Redo the way MFS does I/O to the server's address space. Instead of 2000-05-16 17:20:23 +00:00
mfs_vfsops.c Redo the way MFS does I/O to the server's address space. Instead of 2000-05-16 17:20:23 +00:00
mfs_vnops.c Redo the way MFS does I/O to the server's address space. Instead of 2000-05-16 17:20:23 +00:00
mfsnode.h Redo the way MFS does I/O to the server's address space. Instead of 2000-05-16 17:20:23 +00:00