Re: mountlist: libmount support on Linux

2014-09-09 Thread Pádraig Brady
On 08/29/2014 04:05 PM, Pádraig Brady wrote: > On 08/29/2014 03:46 PM, Fridolin Pokorny wrote: >> On Fri, 2014-08-29 at 16:02 +0200, Fridolin Pokorny wrote: >>> On Wed, 2014-08-27 at 13:06 -0600, Eric Blake wrote: On 08/27/2014 10:15 AM, Pádraig Brady wrote: > On 08/27/2014 03:08 PM, Frido

Re: mountlist: libmount support on Linux

2014-08-29 Thread Pádraig Brady
On 08/29/2014 03:46 PM, Fridolin Pokorny wrote: > On Fri, 2014-08-29 at 16:02 +0200, Fridolin Pokorny wrote: >> On Wed, 2014-08-27 at 13:06 -0600, Eric Blake wrote: >>> On 08/27/2014 10:15 AM, Pádraig Brady wrote: On 08/27/2014 03:08 PM, Fridolin Pokorny wrote: > diff --git a/lib/mountlist

Re: mountlist: libmount support on Linux

2014-08-29 Thread Fridolin Pokorny
On Fri, 2014-08-29 at 16:02 +0200, Fridolin Pokorny wrote: > On Wed, 2014-08-27 at 13:06 -0600, Eric Blake wrote: > > On 08/27/2014 10:15 AM, Pádraig Brady wrote: > > > On 08/27/2014 03:08 PM, Fridolin Pokorny wrote: > > >> diff --git a/lib/mountlist.c b/lib/mountlist.c > > > > > > Cool, this fits

Re: mountlist: libmount support on Linux

2014-08-29 Thread Fridolin Pokorny
On Wed, 2014-08-27 at 13:06 -0600, Eric Blake wrote: > On 08/27/2014 10:15 AM, Pádraig Brady wrote: > > On 08/27/2014 03:08 PM, Fridolin Pokorny wrote: > >> diff --git a/lib/mountlist.c b/lib/mountlist.c > > > > Cool, this fits well. > > It would be good to mention the functionality and > > perfo

Re: mountlist: libmount support on Linux

2014-08-27 Thread Karel Zak
On Wed, Aug 27, 2014 at 01:06:02PM -0600, Eric Blake wrote: > On 08/27/2014 10:15 AM, Pádraig Brady wrote: > > On 08/27/2014 03:08 PM, Fridolin Pokorny wrote: > >> diff --git a/lib/mountlist.c b/lib/mountlist.c > > > > Cool, this fits well. > > It would be good to mention the functionality and > >

Re: mountlist: libmount support on Linux

2014-08-27 Thread Eric Blake
On 08/27/2014 10:15 AM, Pádraig Brady wrote: > On 08/27/2014 03:08 PM, Fridolin Pokorny wrote: >> diff --git a/lib/mountlist.c b/lib/mountlist.c > > Cool, this fits well. > It would be good to mention the functionality and > performance benefits in the changelog. > >> +#ifdef MOUNTED_PROC_MOUNTIN

Re: mountlist: libmount support on Linux

2014-08-27 Thread Pádraig Brady
On 08/27/2014 03:08 PM, Fridolin Pokorny wrote: > diff --git a/lib/mountlist.c b/lib/mountlist.c Cool, this fits well. It would be good to mention the functionality and performance benefits in the changelog. > +#ifdef MOUNTED_PROC_MOUNTINFO > +static const char * > +mountinfo_path (void) { > + s

mountlist: libmount support on Linux

2014-08-27 Thread Fridolin Pokorny
Hi, I am proposing a patch to enable libmount support on Linux. This issue was previously discussed on coreutils mailing list [1]. Have a nice day! Fridolin Pokorny [1] http://lists.gnu.org/archive/html/coreutils/2014-08/msg00022.html >From 3ea12e28fb00e022516712acfdcc55527c342524 Mon Sep 17 00