Subject: Re: uvn_flush
To: Greg Wohletz <greg@duke.CS.UNLV.EDU>
From: Chuck Silvers <chuq@chuq.com>
List: current-users
Date: 10/19/1999 09:05:09
it's a harmless debugging printf.  applications can trigger it easily
by msync()ing past the end of a file.

I just changed this to be under #ifdef DEBUG in -current.

-Chuck


On Mon, Oct 18, 1999 at 04:35:46PM -0700, Greg Wohletz wrote:
> One of my 1.4.1/i386 systems periodically logs the following message.
> 
> Oct 18 15:44:30 jimi2 /netbsd: uvn_flush: strange, got an out of range flush (fixed)
> 
> Is this anything to be concerned about?
> 
> 					--Greg