Alan Cox c6d9ef2e1f Correct a long-standing race condition in vm_fault() that could result in a
panic "vm_page_cache: caching a dirty page, ...": Access to the page must
be restricted or removed before calling vm_page_cache().  This race
condition is identical in nature to that which was addressed by
vm_pageout.c's revision 1.251 and vm_page.c's revision 1.275.

Reviewed by:	tegge
MFC after:	7 days
2004-02-15 00:42:26 +00:00
..
2004-02-04 22:00:44 +00:00
2004-02-15 00:42:08 +00:00
2004-02-14 04:41:13 +00:00
2004-01-27 20:22:53 +00:00
2004-01-25 17:18:12 +00:00
2004-02-14 04:41:13 +00:00
2004-01-17 03:28:27 +00:00