Date: Sun, 25 Feb 2024 03:18:49 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276209] Implement relative atime ("relatime") mount option Message-ID: <bug-276209-227-36KzYjDRVd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276209-227@https.bugs.freebsd.org/bugzilla/> References: <bug-276209-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276209 --- Comment #2 from Matheus Pecoraro <matpecor@gmail.com> --- Created attachment 248723 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D248723&action= =3Dedit relatime implementation patch I believe this patch implements most of what was listed, the exceptions bei= ng: 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 d= eal 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/ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276209-227-36KzYjDRVd>