GNU bug report logs - #72143
[PATCH] file-systems: Skip checking the cifs file-system type.

Previous Next

Package: guix-patches;

Reported by: Richard Sent <richard <at> freakingpenguin.com>

Date: Tue, 16 Jul 2024 20:50:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Richard Sent <richard <at> freakingpenguin.com>
Subject: bug#72143: closed (Re: [bug#72143] [PATCH] file-systems: Skip
 checking the cifs file-system type.)
Date: Sat, 20 Jul 2024 09:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72143: [PATCH] file-systems: Skip checking the cifs file-system type.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72143 <at> debbugs.gnu.org.

-- 
72143: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72143
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Richard Sent <richard <at> freakingpenguin.com>
Cc: 72143-done <at> debbugs.gnu.org
Subject: Re: [bug#72143] [PATCH] file-systems: Skip checking the cifs
 file-system type.
Date: Sat, 20 Jul 2024 11:51:26 +0200
Richard Sent <richard <at> freakingpenguin.com> skribis:

> * gnu/build/file-systems.scm (check-file-system)[check-procedure]: Add cifs.
>
> Change-Id: I891b18f03884ed45e92ac32556fe04b3087e20dd

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Richard Sent <richard <at> freakingpenguin.com>
To: guix-patches <at> gnu.org
Cc: Richard Sent <richard <at> freakingpenguin.com>
Subject: [PATCH] file-systems: Skip checking the cifs file-system type.
Date: Tue, 16 Jul 2024 16:48:44 -0400
* 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




This bug report was last modified 361 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.