svn commit: r287886 - head/sys/sys

John-Mark Gurney jmg at funkthat.com
Wed Sep 23 01:15:39 UTC 2015


Steven Hartland wrote this message on Thu, Sep 17, 2015 at 00:03 +0000:
> Author: smh
> Date: Thu Sep 17 00:03:55 2015
> 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.

Could you possibly add a test for this?

Thanks.

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."


More information about the svn-src-all mailing list