Page MenuHomeFreeBSD

fuse: Implement FOPEN_KEEP_CACHE flag
AbandonedPublic

Authored by cem on Apr 20 2017, 3:12 AM.
Tags
None
Referenced Files
F111035602: D10434.diff
Wed, Feb 26, 12:41 PM
Unknown Object (File)
Nov 24 2024, 4:12 PM
Unknown Object (File)
Nov 24 2024, 4:11 PM
Unknown Object (File)
Nov 24 2024, 4:10 PM
Unknown Object (File)
Oct 27 2024, 12:41 AM
Unknown Object (File)
Sep 15 2024, 5:36 AM
Unknown Object (File)
Sep 7 2024, 4:59 PM
Unknown Object (File)
Sep 7 2024, 4:41 AM
Subscribers

Details

Reviewers
kib
jkim
rmacklem
Summary

Implement FUSE open flag FOPEN_KEEP_CACHE. Without this flag, cached file
contents should be invalidated on open. Apparently, fusefs-encfs relies upon
this behavior.

PR: 218636
Submitted by: Ben RUBSON <ben.rubson at gmail.com>

Diff Detail

Event Timeline

This looks pretty trivial, so if I don't get any feedback today, I will just go ahead and commit it.