emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39698: closed ([PATCH] file-systems: Set default value of the check?


From: GNU bug Tracking System
Subject: bug#39698: closed ([PATCH] file-systems: Set default value of the check? field to #f for NFS)
Date: Tue, 03 Mar 2020 05:06:02 +0000

Your message dated Tue, 03 Mar 2020 00:05:29 -0500
with message-id <address@hidden>
and subject line Re: [bug#39698] [PATCH] file-systems: Set default value of the 
check? field to #f for NFS
has caused the debbugs.gnu.org bug report #39698,
regarding [PATCH] file-systems: Set default value of the check? field to #f for 
NFS
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39698: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39698
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] file-systems: Set default value of the check? field to #f for NFS Date: Thu, 20 Feb 2020 12:15:30 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
The attached patch makes the default value of the <file-system> record
check? filed smarter, and avoids boot failures when using an NFS system
and omitting to specify "check? #f".

There are no checkers for NFS and none are required.

Attachment: 0001-file-systems-Set-default-value-of-the-check-field-to.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#39698] [PATCH] file-systems: Set default value of the check? field to #f for NFS Date: Tue, 03 Mar 2020 00:05:29 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi again,

> Or, to get rid of the warning, what about:
>
> diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm
> index ee6375515f..faf64ce304 100644
> --- a/gnu/build/file-systems.scm
> +++ b/gnu/build/file-systems.scm
> @@ -581,6 +581,7 @@ were found."
>       ((string-prefix? "btrfs" type) check-btrfs-file-system)
>       ((string-suffix? "fat" type) check-fat-file-system)
>       ((string-prefix? "jfs" type) check-jfs-file-system)
> +     ((string-prefix? "nfs" type) (const 'pass))
>       (else #f)))

I've now pushed the above to master.  Closing!

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]