Help with filing a [maybe] ZFS/mmap bug.

Andriy Gapon avg at FreeBSD.org
Mon Nov 18 08:43:40 UTC 2013


on 17/11/2013 17:53 Steven Hartland said the following:
> 
> ----- Original Message ----- From: "Andriy Gapon" <avg at FreeBSD.org>
>> - vm_page_clear_dirty(pp, off, nbytes);
>> + if (nbytes != 0)
>> + vm_page_clear_dirty(pp, off, nbytes);
>>  }
>>  break;
> 
> Thanks Andriy, looking to test this here but 8.3 doesn't have a page_busy
> method in zfs_vnops.c so I'm not sure how to proceed on this?

Does it have vm_page_clear_dirty call?

-- 
Andriy Gapon


More information about the freebsd-stable mailing list