Subject: Re: Instability on recent kernels?
To: Jason Thorpe <thorpej@wasabisystems.com>
From: enami tsugutomo <enami@but-b.or.jp>
List: port-mips
Date: 06/03/2003 07:38:35
> I think obj on NFS is necessary to trip the problem; the faulting 
> address on my system is within the pager_map address range, and pageout 
> to FFS vs NFS have definitely behaved differently in the past :-)

Hm, this reminds me recent nfs_vnops change; nfs_writerpc is changed
to avoid data copy if possible, and mbuf refers the mapped page
directly in the case.  If such mbuf (or shared ext. reference?)
survives after biodone, similar fault may occur.

enami.