unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Sent <richard@freakingpenguin.com>
To: 72143@debbugs.gnu.org
Cc: Richard Sent <richard@freakingpenguin.com>
Subject: [bug#72143] [PATCH] file-systems: Skip checking the cifs file-system type.
Date: Tue, 16 Jul 2024 16:48:44 -0400	[thread overview]
Message-ID: <ca2432b07d88f378def33e951994f0fe2c4c0518.1721162924.git.richard@freakingpenguin.com> (raw)

* 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





             reply	other threads:[~2024-07-16 20:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-16 20:48 Richard Sent [this message]
2024-07-20  9:51 ` bug#72143: [PATCH] file-systems: Skip checking the cifs file-system type Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ca2432b07d88f378def33e951994f0fe2c4c0518.1721162924.git.richard@freakingpenguin.com \
    --to=richard@freakingpenguin.com \
    --cc=72143@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).