bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: "Pádraig Brady" <P@draigBrady.com>
To: Kamil Dudka <kdudka@redhat.com>, bug-gnulib@gnu.org
Subject: Re: [PATCH] mountlist: recognize fuse.portal as dummy file system
Date: Mon, 7 Jun 2021 23:16:36 +0100	[thread overview]
Message-ID: <e8440e69-7695-6065-0c96-7872eb38d6c1@draigBrady.com> (raw)
In-Reply-To: <20210607124303.7136-1-kdudka@redhat.com>

On 07/06/2021 13:43, Kamil Dudka wrote:
> This was originally proposed at:
> 
>      https://lists.gnu.org/archive/html/bug-gnulib/2021-02/msg00053.html
> 
> As the full review might take some time, would it be possible to apply
> at least the part related to fuse.portal file systems?  They started to
> cause problems recently:
> 
>      https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1905623
>      https://github.com/muesli/duf/issues/35
>      https://bugzilla.redhat.com/1913358
> ---
>   lib/mountlist.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/lib/mountlist.c b/lib/mountlist.c
> index f5d1364c1b..e4c1779829 100644
> --- a/lib/mountlist.c
> +++ b/lib/mountlist.c
> @@ -169,6 +169,7 @@
>      || strcmp (Fs_type, "debugfs") == 0          \
>      || strcmp (Fs_type, "devpts") == 0           \
>      || strcmp (Fs_type, "fusectl") == 0          \
> +   || strcmp (Fs_type, "fuse.portal") == 0      \
>      || strcmp (Fs_type, "mqueue") == 0           \
>      || strcmp (Fs_type, "rpc_pipefs") == 0       \
>      || strcmp (Fs_type, "sysfs") == 0            \
> 

Pushed.
"fuse.portal" should be fine to always consider as dummy.

thanks,
Pádraig


  reply	other threads:[~2021-06-07 22:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07 12:43 [PATCH] mountlist: recognize fuse.portal as dummy file system Kamil Dudka
2021-06-07 22:16 ` Pádraig Brady [this message]
2021-06-08  6:34   ` Kamil Dudka

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://lists.gnu.org/mailman/listinfo/bug-gnulib

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

  git send-email \
    --in-reply-to=e8440e69-7695-6065-0c96-7872eb38d6c1@draigBrady.com \
    --to=p@draigbrady.com \
    --cc=bug-gnulib@gnu.org \
    --cc=kdudka@redhat.com \
    /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.
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).