From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id wIUVLJnfM2COUgAA0tVLHw (envelope-from ) for ; Mon, 22 Feb 2021 16:45:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id wLH8J5nfM2DUUAAAB5/wlQ (envelope-from ) for ; Mon, 22 Feb 2021 16:45:13 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2E7C82012A for ; Mon, 22 Feb 2021 17:45:13 +0100 (CET) Received: from localhost ([::1]:58648 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lEEKd-0005rV-6q for larch@yhetil.org; Mon, 22 Feb 2021 11:45:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34388) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEEKU-0005ql-Do for bug-guix@gnu.org; Mon, 22 Feb 2021 11:45:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45834) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lEEKU-0007UH-55 for bug-guix@gnu.org; Mon, 22 Feb 2021 11:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lEEKU-0002Ju-2h for bug-guix@gnu.org; Mon, 22 Feb 2021 11:45:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#46292: [PATCH 1/3] syscalls: Define MS_RELATIME. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 22 Feb 2021 16:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46292 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 46292@debbugs.gnu.org Received: via spool by 46292-submit@debbugs.gnu.org id=B46292.16140122738858 (code B ref 46292); Mon, 22 Feb 2021 16:45:02 +0000 Received: (at 46292) by debbugs.gnu.org; 22 Feb 2021 16:44:33 +0000 Received: from localhost ([127.0.0.1]:57376 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEEK1-0002In-1q for submit@debbugs.gnu.org; Mon, 22 Feb 2021 11:44:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEEJy-0002IM-Bb for 46292@debbugs.gnu.org; Mon, 22 Feb 2021 11:44:31 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57976) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lEEJq-0007Jx-WB; Mon, 22 Feb 2021 11:44:24 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=39738 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lEEJq-0000oc-Gl; Mon, 22 Feb 2021 11:44:22 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Mon, 22 Feb 2021 17:44:11 +0100 Message-Id: <20210222164413.30996-1-ludo@gnu.org> X-Mailer: git-send-email 2.30.0 In-Reply-To: <8735xob3ua.fsf@gnu.org> References: <8735xob3ua.fsf@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 2.13 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Migadu-Queue-Id: 2E7C82012A X-Spam-Score: 2.13 X-Migadu-Scanner: scn1.migadu.com X-TUID: PLcLORBJXnXb * guix/build/syscalls.scm (MS_RELATIME): New variable. --- guix/build/syscalls.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guix/build/syscalls.scm b/guix/build/syscalls.scm index 85c1c45f81..b19a7a271b 100644 --- a/guix/build/syscalls.scm +++ b/guix/build/syscalls.scm @@ -43,9 +43,10 @@ MS_NOEXEC MS_REMOUNT MS_NOATIME + MS_STRICTATIME + MS_RELATIME MS_BIND MS_MOVE - MS_STRICTATIME MS_LAZYTIME MNT_FORCE MNT_DETACH @@ -466,6 +467,7 @@ the returned procedure is called." (define MS_NOATIME 1024) (define MS_BIND 4096) (define MS_MOVE 8192) +(define MS_RELATIME 2097152) (define MS_STRICTATIME 16777216) (define MS_LAZYTIME 33554432) -- 2.30.0