On Sun, Nov 21, 2010 at 05:07:39PM +0000, Masao Uebayashi wrote: > Module Name: src > Committed By: uebayasi > Date: Sun Nov 21 17:07:38 UTC 2010 > > Modified Files: > src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c > > Log Message: > Put back XIP putpages, but slightly modifed to be called from the > generic putpages, and to call pgo_get() than a specific function. > Without this, UVM went mad after unmount (vinval, etc.).
This might become simpler if uobj had a set of back-pointers to vm_map_entries...