Re: Using /proc/mounts in mountlist.c for linux

2011-06-01 Thread Karel Zak
On Wed, Jun 01, 2011 at 12:28:46AM +0100, James Youngman wrote: > 2011/5/31 Karel Zak : > > On Tue, May 31, 2011 at 10:31:17AM +0100, Pádraig Brady wrote: > >> On 31/05/11 01:14, James Youngman wrote: > >> > On Tue, Apr 5, 2011 at 1:36 PM, Philipp Thomas wrote: > >> >> GNU find will not recognize

Re: Using /proc/mounts in mountlist.c for linux

2011-05-31 Thread James Youngman
2011/5/31 Karel Zak : > On Tue, May 31, 2011 at 10:31:17AM +0100, Pádraig Brady wrote: >> On 31/05/11 01:14, James Youngman wrote: >> > On Tue, Apr 5, 2011 at 1:36 PM, Philipp Thomas wrote: >> >> GNU find will not recognize file systems of type autofs on newer Linux >> >> kernels as autofs entries

Re: Using /proc/mounts in mountlist.c for linux

2011-05-31 Thread Karel Zak
On Tue, May 31, 2011 at 10:31:17AM +0100, Pádraig Brady wrote: > On 31/05/11 01:14, James Youngman wrote: > > On Tue, Apr 5, 2011 at 1:36 PM, Philipp Thomas wrote: > >> GNU find will not recognize file systems of type autofs on newer Linux > >> kernels as autofs entries are only listed in /proc/mo

Re: Using /proc/mounts in mountlist.c for linux

2011-05-31 Thread James Youngman
2011/5/31 Pádraig Brady : > On 31/05/11 01:14, James Youngman wrote: >> On Tue, Apr 5, 2011 at 1:36 PM, Philipp Thomas wrote: >>> GNU find will not recognize file systems of type autofs on newer Linux >>> kernels as autofs entries are only listed in /proc/mounts and mountlist.c >>> includes glibc

Re: Using /proc/mounts in mountlist.c for linux

2011-05-31 Thread Pádraig Brady
On 31/05/11 01:14, James Youngman wrote: > On Tue, Apr 5, 2011 at 1:36 PM, Philipp Thomas wrote: >> GNU find will not recognize file systems of type autofs on newer Linux >> kernels as autofs entries are only listed in /proc/mounts and mountlist.c >> includes glibc mntent.h which takes the _PATH_M

Re: Using /proc/mounts in mountlist.c for linux

2011-05-30 Thread Paul Eggert
On 05/30/11 17:14, James Youngman wrote: > On Tue, Apr 5, 2011 at 1:36 PM, Philipp Thomas wrote: >> > Would gnulib accept the attached patch to mountlist.c? > I don't know if this patch was accepted, but it shouldn't be. It wasn't; mountlist.c hasn't changed since January.

Re: Using /proc/mounts in mountlist.c for linux

2011-05-30 Thread James Youngman
On Tue, Apr 5, 2011 at 1:36 PM, Philipp Thomas wrote: > GNU find will not recognize file systems of type autofs on newer Linux > kernels as autofs entries are only listed in /proc/mounts and mountlist.c > includes glibc mntent.h which takes the _PATH_MOUNTED from paths.h and that > is /etc/mtab. >

Re: Using /proc/mounts in mountlist.c for linux

2011-04-06 Thread Karel Zak
On Tue, Apr 05, 2011 at 03:18:02PM +0100, Pádraig Brady wrote: > On 05/04/11 13:36, Philipp Thomas wrote: > > GNU find will not recognize file systems of type autofs on newer Linux > > kernels as autofs entries are only listed in /proc/mounts and mountlist.c > > includes glibc mntent.h which takes

Re: Using /proc/mounts in mountlist.c for linux

2011-04-06 Thread Pádraig Brady
On 06/04/11 12:03, Karel Zak wrote: > On Tue, Apr 05, 2011 at 03:18:02PM +0100, Pádraig Brady wrote: >> On 05/04/11 13:36, Philipp Thomas wrote: >>> GNU find will not recognize file systems of type autofs on newer Linux >>> kernels as autofs entries are only listed in /proc/mounts and mountlist.c >

Re: Using /proc/mounts in mountlist.c for linux

2011-04-05 Thread Pádraig Brady
On 05/04/11 13:36, Philipp Thomas wrote: > GNU find will not recognize file systems of type autofs on newer Linux > kernels as autofs entries are only listed in /proc/mounts and mountlist.c > includes glibc mntent.h which takes the _PATH_MOUNTED from paths.h and that > is /etc/mtab. > > After a lo

Using /proc/mounts in mountlist.c for linux

2011-04-05 Thread Philipp Thomas
GNU find will not recognize file systems of type autofs on newer Linux kernels as autofs entries are only listed in /proc/mounts and mountlist.c includes glibc mntent.h which takes the _PATH_MOUNTED from paths.h and that is /etc/mtab. After a longer discussion, we (SUSE) chose to patch mountlist.c