From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50299) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idNXx-000639-0g for guix-patches@gnu.org; Fri, 06 Dec 2019 19:02:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1idNXu-0001re-6b for guix-patches@gnu.org; Fri, 06 Dec 2019 19:02:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41196) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1idNXt-0001qk-TK for guix-patches@gnu.org; Fri, 06 Dec 2019 19:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1idNXt-0004Ns-Rp for guix-patches@gnu.org; Fri, 06 Dec 2019 19:02:01 -0500 Subject: bug#38468: [PATCH] file-systems: Add support for 'strict-atime' and 'lazy-time' flags. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191203093108.10422-1-glv@posteo.net> Date: Sat, 07 Dec 2019 01:01:07 +0100 In-Reply-To: <20191203093108.10422-1-glv@posteo.net> (Guillaume Le Vaillant's message of "Tue, 3 Dec 2019 10:31:08 +0100") Message-ID: <87blsl80n0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Guillaume Le Vaillant Cc: 38468-done@debbugs.gnu.org Hi Guillaume, Guillaume Le Vaillant skribis: > * guix/build/syscalls.scm (MS_LAZYTIME): New variable. > * gnu/build/file-systems.scm (mount-flags->bit-mask): Add match rules for > 'strict-atime' and 'lazy-time'. > * doc/guix.texi (File Systems): Add 'strict-atime' and 'lazy-time' to the= list > of supported flags. Applied, thanks! Ludo=E2=80=99.