From nobody Thu Jan 25 00:49:28 2024 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TL2KH5VKnz592tk; Thu, 25 Jan 2024 00:49:39 +0000 (UTC) (envelope-from dtf@shxd.cx) Received: from shxd.cx (shxd.cx [64.201.244.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TL2KH52glz42Bm; Thu, 25 Jan 2024 00:49:39 +0000 (UTC) (envelope-from dtf@shxd.cx) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=shxd.cx; s=shxd2024; h=Sender:To:References:Message-Id:Content-Transfer-Encoding:Cc: Date:In-Reply-To:From:Subject:Mime-Version:Content-Type:Reply-to:Content-ID: Content-Description; bh=m4NxNPpUcMl3Vm7O2dIKtudWOBy9k5ILplyXVOgl0u0=; b=iLFcU Zq6pvKXwu4Ri5e0JvbsyCO44EAPqZZZp11x5PniZ5FIF6CJBR0GLwbVrv6jM3jKKK38BhXvJ9MeLU A2O8i6JtywfxgMSd0gn3ob4J1YKMbv1wuh8pSvItK9utSM+YF4IdnCOvT6Wru9IVXHwr34t+Wfd9C dQTkwU6mvEnQ=; Received: from lummox.shxd.cx ([10.0.0.254]:60103 helo=smtpclient.apple) by shxd.cx with esmtpsa (TLS1.2) tls TLS_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1 (FreeBSD)) (envelope-from ) id 1rSnvQ-000000007yJ-1HfH; Wed, 24 Jan 2024 16:49:00 -0800 Content-Type: text/plain; charset=utf-8 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.500.231\)) Subject: Re: git: 54d31cfb2789 - main - mount: document atime option From: Devin Teske In-Reply-To: Date: Wed, 24 Jan 2024 16:49:28 -0800 Cc: Rick Macklem , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <202401241956.40OJuD8e023568@gitrepo.freebsd.org> To: Ed Maste X-Mailer: Apple Mail (2.3731.500.231) X-Rspamd-Queue-Id: 4TL2KH52glz42Bm X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_RCPT(0.00)[]; ASN(0.00)[asn:36734, ipnet:64.201.240.0/20, country:US] > On Jan 24, 2024, at 4:38 PM, Ed Maste wrote: >=20 > On Wed, 24 Jan 2024 at 17:04, Rick Macklem = wrote: >>=20 >> I'll note that, for an NFS mount, atime is not implemented. I found >> out recently when Mike Karels asked. The NFS client does not >> do a Setattr/atime upon every read from the buffer cache. As such, >> the behaviour w.r.t. atime is largely undefined (and ahs been for = decades) >> and depends on the NFS server's file system configuration. >=20 > Ah, maybe I should just mirror the text from noatime, something like: > This is the default for local file systems. =F0=9F=91=8D +1=