Page MenuHomeFreeBSD

fusefs: fix some bugs updating atime during close
ClosedPublic

Authored by asomers on Sep 20 2023, 9:46 PM.
Tags
None
Referenced Files
F108488234: D41925.diff
Sat, Jan 25, 11:49 AM
Unknown Object (File)
Tue, Dec 31, 12:46 AM
Unknown Object (File)
Nov 25 2024, 3:09 PM
Unknown Object (File)
Nov 25 2024, 3:09 PM
Unknown Object (File)
Nov 25 2024, 3:09 PM
Unknown Object (File)
Nov 25 2024, 10:26 AM
Unknown Object (File)
Nov 23 2024, 6:13 PM
Unknown Object (File)
Nov 23 2024, 11:23 AM
Subscribers

Details

Summary

When using cached attributes, we must update a file's atime during
close, if it has been read since the last attribute refresh.

  • Don't update atime if we lack write permissions to the file or if the file system is readonly.
  • If the daemon fails our atime update request for any reason, don't report this as a failure for VOP_CLOSE.

PR: 270749
Reported by: Jamie Landeg-Jones <jamie@catflap.org>
MFC after: 1 week
Sponsored by: Axcient

Test Plan

Unit tests added

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 53659
Build 50550: arc lint + arc unit