HomeFreeBSD

Fix kqueue write events for files > 2GB

Description

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

Details

Provenance
smhAuthored on
Parents
rS287885: Update META_MODE architectures for universe
Branches
Unknown
Tags
Unknown