Subject: Re: kern/786: nullfs bogons when mmaping...
To: None <Herb.Peyerl@sidney.novatel.ca>
From: John Kohl <jtk@kolvir.blrc.ma.us>
List: netbsd-bugs
Date: 02/07/1995 07:22:29
This is probably a missing call to vnode_pager_uncache().  see
ufs_chmod() and sys/ufs/ufs_readwrite.c:WRITE(), for example.

==John