From unknown Sat Aug 16 00:33:56 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#72143 <72143@debbugs.gnu.org> To: bug#72143 <72143@debbugs.gnu.org> Subject: Status: [PATCH] file-systems: Skip checking the cifs file-system type. Reply-To: bug#72143 <72143@debbugs.gnu.org> Date: Sat, 16 Aug 2025 07:33:56 +0000 retitle 72143 [PATCH] file-systems: Skip checking the cifs file-system type. reassign 72143 guix-patches submitter 72143 Richard Sent severity 72143 normal tag 72143 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 16 16:49:28 2024 Received: (at submit) by debbugs.gnu.org; 16 Jul 2024 20:49:28 +0000 Received: from localhost ([127.0.0.1]:34494 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTp72-0003VH-2C for submit@debbugs.gnu.org; Tue, 16 Jul 2024 16:49:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:36052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTp70-0003VA-FG for submit@debbugs.gnu.org; Tue, 16 Jul 2024 16:49:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTp6x-0006pq-F2 for guix-patches@gnu.org; Tue, 16 Jul 2024 16:49:23 -0400 Received: from mail-108-mta73.mxroute.com ([136.175.108.73]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sTp6s-0007Sd-9s for guix-patches@gnu.org; Tue, 16 Jul 2024 16:49:23 -0400 Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta73.mxroute.com (ZoneMTA) with ESMTPSA id 190bd4e5f0f00017a3.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Tue, 16 Jul 2024 20:49:08 +0000 X-Zone-Loop: d51e31e79764896d24f443d05aa696ac51e187185b25 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freakingpenguin.com; s=x; h=Content-Transfer-Encoding:MIME-Version: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=wqEaEXtDvbafWC7bQ4L55wpbjH52KemmPiDW1LRXdBA=; b=jnbRyXWCLt0NZs9dv3p2xBJL76 jUB5qQtqU6MaDDaEhGvuNwJGZVB0obd98jImcVCIdpjw69jkrcAZ/pLhpqRYc30sFmKZoJf/zPvv9 41JiNW3bqKXSx+OvM/5uSLVjQJoqFVBx2sj2nIa2UMSc1coTU8EYwMHynf1O9tqob7k3CALYhtCEm tYM7vcngLNq5rrEPrxS8LwBPR/2VlDWST4i7UGwRvNkD3fR3MFiRRIhqJVATXkFrFuOPdKln6o8PL D9qPU0p65PKo4SVqEdTl6PvO1x5aGmjrModfP5UgoS2K/lS4tBhSTPdLtwhnvBS+vujYR8AKHGM97 zfijJ8XQ==; From: Richard Sent To: guix-patches@gnu.org Subject: [PATCH] file-systems: Skip checking the cifs file-system type. Date: Tue, 16 Jul 2024 16:48:44 -0400 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-Id: richard@freakingpenguin.com Received-SPF: pass client-ip=136.175.108.73; envelope-from=richard@freakingpenguin.com; helo=mail-108-mta73.mxroute.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Richard Sent X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/build/file-systems.scm (check-file-system)[check-procedure]: Add cifs. Change-Id: I891b18f03884ed45e92ac32556fe04b3087e20dd --- gnu/build/file-systems.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm index ae29b36c4e..2076994e73 100644 --- a/gnu/build/file-systems.scm +++ b/gnu/build/file-systems.scm @@ -1083,6 +1083,7 @@ (define (check-file-system device type force? repair) ((string-prefix? "f2fs" type) check-f2fs-file-system) ((string-prefix? "ntfs" type) check-ntfs-file-system) ((string-prefix? "nfs" type) (const 'pass)) + ((string-prefix? "cifs" type) (const 'pass)) ((string-prefix? "xfs" type) check-xfs-file-system) (else #f))) base-commit: 325fed4c1514bffd084355455710fcc3f1c8da2c -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 20 05:52:04 2024 Received: (at 72143-done) by debbugs.gnu.org; 20 Jul 2024 09:52:04 +0000 Received: from localhost ([127.0.0.1]:51798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sV6l2-0008JZ-Jm for submit@debbugs.gnu.org; Sat, 20 Jul 2024 05:52:04 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:44480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sV6l1-0008IQ-5e for 72143-done@debbugs.gnu.org; Sat, 20 Jul 2024 05:52:03 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 90082AAE; Sat, 20 Jul 2024 11:51:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6_R4AZ9hAwaq; Sat, 20 Jul 2024 11:51:27 +0200 (CEST) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 25E77298; Sat, 20 Jul 2024 11:51:27 +0200 (CEST) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Richard Sent Subject: Re: [bug#72143] [PATCH] file-systems: Skip checking the cifs file-system type. In-Reply-To: (Richard Sent's message of "Tue, 16 Jul 2024 16:48:44 -0400") References: Date: Sat, 20 Jul 2024 11:51:26 +0200 Message-ID: <87ikx0qtlt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 72143-done Cc: 72143-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Richard Sent skribis: > * gnu/build/file-systems.scm (check-file-system)[check-procedure]: Add cifs. > > Change-Id: I891b18f03884ed45e92ac32556fe04b3087e20dd Applied, thanks! From unknown Sat Aug 16 00:33:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 17 Aug 2024 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator