Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 May 2003 22:37:45 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        "Alan L. Cox" <alc@imimic.com>
Cc:        Scott Long <scott_long@btc.adaptec.com>
Subject:   Re: Panic in ffs_blkfree()
Message-ID:  <3EB9ED29.F8FB712C@mindspring.com>
References:  <200305030537.ab79568@salmon.maths.tcd.ie> <3EB9623C.94365A8F@imimic.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Alan L. Cox" wrote:
> Please take a look at vm_object_page_clean().  If end == 0, it relies on
> object->size to determine the extent of the pages for cleaning.  In
> light of the above, particularly, the positive indices, we should be
> worried that msync is skipping pages.

If we are going to worry about that, we should worry about it
syncing more pages than you asked it to, as well (see comments
in msync() code).  Face it, msync() is broken.

-- Terry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EB9ED29.F8FB712C>