K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2016-05-29T23:05:14.764526Z K 7 svn:log V 292 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. END