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
F162370651: D41925.diff
Sun, Jul 12, 2:21 PM
F162316189: D41925.diff
Sun, Jul 12, 12:13 AM
Unknown Object (File)
Thu, Jul 2, 3:33 AM
Unknown Object (File)
Thu, Jul 2, 3:33 AM
Unknown Object (File)
Thu, Jul 2, 3:33 AM
Unknown Object (File)
Thu, Jul 2, 12:22 AM
Unknown Object (File)
Thu, Jun 25, 7:34 AM
Unknown Object (File)
Mon, Jun 22, 1:36 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 Not Applicable
Unit
Tests Not Applicable