NetBSD/sys/miscfs
perseant 0569cad0fd Split the VOP interface part of genfs_putpages() from the code. The new
function that does the work, genfs_do_putpages(), now takes as an argument
a pointer to the page that would be waited on, if PGO_BUSYWAIT were not set.
This allows a consumer, e.g. lfs_putpages(), to perform an action outside
the scope of UVM before sleeping on the page in question.
2007-04-24 22:46:03 +00:00
..
deadfs
fdesc
fifofs
genfs Split the VOP interface part of genfs_putpages() from the code. The new 2007-04-24 22:46:03 +00:00
kernfs
nullfs Remove now obsolete vn_start_write() and vn_finished_write() and 2007-04-08 11:20:42 +00:00
overlay Remove now obsolete vn_start_write() and vn_finished_write() and 2007-04-08 11:20:42 +00:00
portal
procfs
specfs
syncfs
umapfs Remove now obsolete vn_start_write() and vn_finished_write() and 2007-04-08 11:20:42 +00:00
Makefile