HomeFreeBSD

MFC: r299816

Description

MFC: r299816
Fix fuse so that stale buffer cache data isn't read.

When I/O on a file under fuse is switched from buffered to DIRECT_IO,
it was possible to read stale (before a recent modification) data from
the buffer cache. This patch invalidates the buffer cache for the
file to fix this.

Details

Provenance
rmacklemAuthored on
Parents
rS300976: Regenerate timedef:
Branches
Unknown
Tags
Unknown