K 10 svn:author V 3 smh K 8 svn:date V 27 2015-09-17T00:03:55.669696Z K 7 svn:log V 301 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. MFC after: 1 week Relnotes: YES Sponsored by: Multiplay END