On Fri, Jul 10, 2020 at 04:29:21PM -0700, Bryce Harrington wrote:
> On Mon, Jun 01, 2020 at 09:26:14AM -0700, Bryce Harrington wrote:
> > On Mon, Jun 01, 2020 at 09:04:26AM -0700, Bryce Harrington wrote:
> > > On Sun, May 31, 2020 at 01:49:24PM +0100, Pádraig Brady wrote:
> > > > On 31/05/2020 10:36, Bernhard Voelker wrote:
> > > > > What about to start with this?
> > > > > 
> > > > >    $ GIT_PAGER= git -C gnulib diff
> > > > >    diff --git a/lib/mountlist.c b/lib/mountlist.c
> > > > >    index 7abe0248e..5f6249dec 100644
> > > > >    --- a/lib/mountlist.c
> > > > >    +++ b/lib/mountlist.c
> > > > >    @@ -164,6 +164,9 @@
> > > > > 
> > > > >     #define ME_DUMMY_0(Fs_name, Fs_type)            \
> > > > >       (strcmp (Fs_type, "autofs") == 0              \
> > > > >    +   || strcmp (Fs_type, "tmpfs") == 0            \
> > > > 
> > > > tmpfs is consumable, so wouldn't be appropriate to add I think
> > > > 
> > > > >    +   || strcmp (Fs_type, "devtmpfs") == 0         \
> > > > >    +   || strcmp (Fs_type, "squashfs") == 0         \
> 
> FYI, I've landed your suggested change into Ubuntu's coreutils today.
> Only difference from this is I interleaved these additions
> alphabetically.

I'm now adding fuse.portal to the list, see
                                                                                
                                                                                
                                                                                
                                            
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1905623
-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer                              i speak de, en



Reply via email to