Re: fsusage: dynamic statvfs() check incorrect for Debian 7.0

2013-01-30 Thread Eric Wong
Paul Eggert wrote: > On 01/29/2013 06:44 PM, Eric Wong wrote: > > eglibc on Debian is only configured to only use features available in > > Linux 2.6.26 at build time. This means statvfs() uses stat() internally > > regardless of the run-time kernel version[1]. > > That sounds like a bug in egli

Re: fsusage: dynamic statvfs() check incorrect for Debian 7.0

2013-01-29 Thread Paul Eggert
On 01/29/2013 06:44 PM, Eric Wong wrote: > eglibc on Debian is only configured to only use features available in > Linux 2.6.26 at build time. This means statvfs() uses stat() internally > regardless of the run-time kernel version[1]. That sounds like a bug in eglibc. Perhaps you can fix this pr

Re: fsusage: dynamic statvfs() check incorrect for Debian 7.0

2013-01-29 Thread Eric Wong
Paul Eggert wrote: > On 01/29/2013 05:28 PM, Eric Wong wrote: > > So I think the correct solution would be to check the __ABI_TAG_VERSION > > in the PT_NOTE section, but I haven't figured out how to do that at > > runtime... (ref: csu/abi-note.S in glibc source tree). > > Sorry, I'm afraid I'm l

Re: fsusage: dynamic statvfs() check incorrect for Debian 7.0

2013-01-29 Thread Paul Eggert
On 01/29/2013 05:28 PM, Eric Wong wrote: > So I think the correct solution would be to check the __ABI_TAG_VERSION > in the PT_NOTE section, but I haven't figured out how to do that at > runtime... (ref: csu/abi-note.S in glibc source tree). Sorry, I'm afraid I'm lost. I don't know what the bug