bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Kamil Dudka <kdudka@redhat.com>
To: "Pádraig Brady" <P@draigbrady.com>
Cc: bug-gnulib@gnu.org
Subject: Re: [PATCH] mountlist: recognize fuse.portal as dummy file system
Date: Tue, 08 Jun 2021 08:34:22 +0200	[thread overview]
Message-ID: <2600622.mvXUDI8C0e@nbkamil> (raw)
In-Reply-To: <e8440e69-7695-6065-0c96-7872eb38d6c1@draigBrady.com>

On Tuesday, June 8, 2021 12:16:36 AM CEST Pádraig Brady wrote:
> 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/190
> >      5623
> >      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!

Kamil




      reply	other threads:[~2021-06-08  6:34 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
2021-06-08  6:34   ` Kamil Dudka [this message]

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=2600622.mvXUDI8C0e@nbkamil \
    --to=kdudka@redhat.com \
    --cc=P@draigbrady.com \
    --cc=bug-gnulib@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.
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).