Re: -inum doesn't work on ext4 file systems with find 4.5.10

2013-01-07 Thread Philipp Thomas
Hi James, * James Youngman (j...@gnu.org) [20121214 23:56]: > I have pushed an alternative patch. It is more complex but I hope > more efficient. It's described at https://savannah.gnu.org/bugs/?37926. your patch is definitely more efficient. Thank you for doing the work. Philipp

Re: -inum doesn't work on ext4 file systems with find 4.5.10

2012-12-15 Thread Bernhard Voelker
On 12/14/2012 11:55 PM, James Youngman wrote: > I have pushed an alternative patch. It is more complex but I hope > more efficient. It's described at > https://savannah.gnu.org/bugs/?37926. Hi James, thanks, your solution is even better - if we can save a stat, then it's definitely worth it. Th

[bug #37683] -inum doesn't work on ext4 file systems with find 4.5.10

2012-12-15 Thread James Youngman
Update of bug #37683 (project findutils): Status:None => Duplicate Assigned to:None => jay Open/Closed:Open => Closed

Re: -inum doesn't work on ext4 file systems with find 4.5.10

2012-12-14 Thread James Youngman
I have pushed an alternative patch. It is more complex but I hope more efficient. It's described at https://savannah.gnu.org/bugs/?37926.

Re: -inum doesn't work on ext4 file systems with find 4.5.10

2012-11-19 Thread Philipp Thomas
* James Youngman (j...@gnu.org) [20121116 22:48]: > I'm not sure if you're subscribed to the list, but Bernhard posted a > patch recently which he says addresses this problem. As the SUSE maintainer of findutils I am subscribed. And Bernhard had sent me the patch before posting on the list. And t

Re: [bug #37683] -inum doesn't work on ext4 file systems with find 4.5.10

2012-11-18 Thread Bernhard Voelker
On 11/16/2012 10:46 PM, James Youngman wrote: > On Tue, Nov 13, 2012 at 6:07 AM, Bernhard Voelker > wrote: >> >> On 11/13/2012 01:20 AM, James Youngman wrote: >>> On Mon, Nov 12, 2012 at 6:35 PM, Bernhard Voelker >>> wrote: BTW: Why is the latest version on ftp.gnu.org still 4.4.2

Re: -inum doesn't work on ext4 file systems with find 4.5.10

2012-11-16 Thread James Youngman
On Mon, Nov 5, 2012 at 3:09 PM, Philipp Thomas wrote: > With findutils-4.5.10 the -inum option works only on some fs types. I tried > xfs and ext4 and while -inum works on xfs, it doesn't on ext4. -samefile > works on both fs types. This is on a openSUSE 12.2 system with kernel 3.4.6. > > Where mi

Re: [bug #37683] -inum doesn't work on ext4 file systems with find 4.5.10

2012-11-16 Thread James Youngman
On Tue, Nov 13, 2012 at 6:07 AM, Bernhard Voelker wrote: > > > On 11/13/2012 01:20 AM, James Youngman wrote: >> On Mon, Nov 12, 2012 at 6:35 PM, Bernhard Voelker >> wrote: >>> >>> [please CC me, as I'm not subscribed] >>> >>> ... >>> BTW: Why is the latest version on ftp.gnu.org still 4.4.2 >>> (

Re: [bug #37683] -inum doesn't work on ext4 file systems with find 4.5.10

2012-11-12 Thread Bernhard Voelker
On 11/13/2012 01:20 AM, James Youngman wrote: > On Mon, Nov 12, 2012 at 6:35 PM, Bernhard Voelker > wrote: >> >> [please CC me, as I'm not subscribed] >> >> ... >> BTW: Why is the latest version on ftp.gnu.org still 4.4.2 >> (3.5 years old) while distros already use newer versions? > > > > Th

Re: [bug #37683] -inum doesn't work on ext4 file systems with find 4.5.10

2012-11-12 Thread James Youngman
On Mon, Nov 12, 2012 at 6:35 PM, Bernhard Voelker wrote: > > [please CC me, as I'm not subscribed] > > ... > BTW: Why is the latest version on ftp.gnu.org still 4.4.2 > (3.5 years old) while distros already use newer versions? The short answer is that the 4.5.x code has release-blocking bugs:

Re: [bug #37683] -inum doesn't work on ext4 file systems with find 4.5.10

2012-11-12 Thread Andreas Metzler
On 2012-11-12 Bernhard Voelker wrote: [...] > BTW: Why is the latest version on ftp.gnu.org still 4.4.2 > (3.5 years old) while distros already use newer versions? [...] 4.4.2 is still the latest stable release, 4.5.x are development releases and therefore available on alpha.gnu.org. cu andreas

[bug #37683] -inum doesn't work on ext4 file systems with find 4.5.10

2012-11-12 Thread Bernhard Voelker
[please CC me, as I'm not subscribed] I'm not sure to which list I should send this patch, so I reply both to Philipp's message on bug-findutils and on patches. Sorry. ;-) OpenSuSE-12.2 is still using --without-fts, so the default find program doesn't work with -inum there. BTW: Why is the lates

Re: -inum doesn't work on ext4 file systems with find 4.5.10

2012-11-08 Thread Philipp Thomas
* Philipp Thomas (p...@suse.de) [20121105 17:01]: > With findutils-4.5.10 the -inum option works only on some fs types. I tried > xfs and ext4 and while -inum works on xfs, it doesn't on ext4. -samefile > works on both fs types. This is on a openSUSE 12.2 system with kernel 3.4.6. > > Where might

[bug #37683] -inum doesn't work on ext4 file systems with find 4.5.10

2012-11-06 Thread Philipp Thomas
URL: <http://savannah.gnu.org/bugs/?37683> Summary: -inum doesn't work on ext4 file systems with find 4.5.10 Project: findutils Submitted by: phitho Submitted on: Di 06 Nov 2012 17:16:49 GMT Cat

-inum doesn't work on ext4 file systems with find 4.5.10

2012-11-05 Thread Philipp Thomas
With findutils-4.5.10 the -inum option works only on some fs types. I tried xfs and ext4 and while -inum works on xfs, it doesn't on ext4. -samefile works on both fs types. This is on a openSUSE 12.2 system with kernel 3.4.6. Where might I look to possibly pinpoint the POF? Philipp