freebsd-dev/sys/fs/nwfs
Alan Cox 5786be7cc7 Introduce a field to struct vm_page for storing flags that are
synchronized by the lock on the object containing the page.

Transition PG_WANTED and PG_SWAPINPROG to use the new field,
eliminating the need for holding the page queues lock when setting
or clearing these flags.  Rename PG_WANTED and PG_SWAPINPROG to
VPO_WANTED and VPO_SWAPINPROG, respectively.

Eliminate the assertion that the page queues lock is held in
vm_page_io_finish().

Eliminate the acquisition and release of the page queues lock
around calls to vm_page_io_finish() in kern_sendfile() and
vfs_unbusy_pages().
2006-08-09 17:43:27 +00:00
..
nwfs_io.c Introduce a field to struct vm_page for storing flags that are 2006-08-09 17:43:27 +00:00
nwfs_ioctl.c
nwfs_mount.h
nwfs_node.c I ran into an nfs client panic a couple of times in a row over the 2006-01-17 17:29:03 +00:00
nwfs_node.h
nwfs_subr.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
nwfs_subr.h
nwfs_vfsops.c Eradicate caddr_t from the VFS API. 2005-12-14 00:49:52 +00:00
nwfs_vnops.c Update nwfs_lookup() to match the current cache_lookup() API. 2005-10-16 21:54:35 +00:00
nwfs.h