Date: Tue, 22 Sep 2015 18:15:32 -0700 From: John-Mark Gurney <jmg@funkthat.com> To: Steven Hartland <smh@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r287886 - head/sys/sys Message-ID: <20150923011532.GE99677@funkthat.com> In-Reply-To: <201509170003.t8H03uSf070155@repo.freebsd.org> References: <201509170003.t8H03uSf070155@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150923011532.GE99677>