Page MenuHomeFreeBSD

FUSE: Only "dirty" cached file size when data is dirty
AbandonedPublic

Authored by cem on Feb 12 2019, 9:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 8 2024, 2:09 PM
Unknown Object (File)
Oct 8 2024, 2:09 PM
Unknown Object (File)
Oct 8 2024, 1:47 PM
Unknown Object (File)
Sep 6 2024, 8:43 PM
Unknown Object (File)
Sep 6 2024, 3:06 AM
Unknown Object (File)
Sep 5 2024, 1:33 PM
Unknown Object (File)
Sep 5 2024, 10:25 AM
Unknown Object (File)
Aug 23 2024, 9:24 PM

Details

Reviewers
None
Summary

Most users of fuse_vnode_setsize() set the cached fvdat->filesize and update
the buf cache bounds as a result of either a read from the underlying FUSE
filesystem, or as part of a write-through type operation (like truncate =>
VOP_SETATTR). In these cases, do not set the FN_SIZECHANGE flag, which
indicates that an inode's data is dirty (in particular, that the local buf
cache and fvdat->filesize have dirty extended data).

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22460
Build 21615: arc lint + arc unit