svn commit: r287886 - head/sys/sys

Steven Hartland steven at multiplay.co.uk
Thu Sep 17 20:03:50 UTC 2015



On 17/09/2015 17:16, Bryan Drewery wrote:
> On 9/17/15 1:15 AM, Alexey Dokuchaev wrote:
>> On Thu, Sep 17, 2015 at 12:03:56AM +0000, Steven Hartland wrote:
>>> New Revision: 287886
>>> URL: https://svnweb.freebsd.org/changeset/base/287886
>>>
>>> Log:
>>>    Fix kqueue write events for files > 2GB
>>>    
>>>    Due to the use of int's for file offsets in the VOP_WRITE_(PRE|POST)
>>>    macros, kqueue write events for files greater 2GB where never fired.
>>>    
>>>    This caused tail -f on a file greater 2GB to never see updates.
>> Oh that's an embarrassing bug.
>>
> Please try to get an EN for this :)
Yep I was going to request once the MFC timeout triggers.


More information about the svn-src-head mailing list