Re: making GNU ls -i (--inode) work around the linux readdir bug

2008-07-15 Thread Phillip Susi
Jim Meyering wrote: When I say not affected I mean it. Turning off the readdir optimization affects ls -i only when it reads directory entries. You mean you are only disabling the optimization and calling stat() anyway for directory entries, and not normal files? Then the effect is only

Re: making GNU ls -i (--inode) work around the linux readdir bug

2008-07-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip Susi wrote: Jim Meyering wrote: When I say not affected I mean it. Turning off the readdir optimization affects ls -i only when it reads directory entries. You mean you are only disabling the optimization and calling stat() anyway for