Panic in ffs_blkfree()

Terry Lambert tlambert2 at mindspring.com
Wed May 7 22:39:18 PDT 2003


"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


More information about the freebsd-current mailing list