[Bug 276209] Implement relative atime ("relatime") mount option

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 25 Feb 2024 03:18:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276209

--- Comment #2 from Matheus Pecoraro <matpecor@gmail.com> ---
Created attachment 248723
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248723&action=edit
relatime implementation patch

I believe this patch implements most of what was listed, the exceptions being:

It doesn't default to relatime in the old mount system call since it would
make it impossible to get a "norelatime" behavior. The way Linux seems to deal
with this is by having a MNT_STRICTATIME flag.

It doesn't implement relatime for ZFS since I wasn't sure how to go about
changing code under contrib/

-- 
You are receiving this mail because:
You are the assignee for the bug.