]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 4 Mar 2003 09:18:02 +0000 (09:18 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Mar 2003 09:18:02 +0000 (09:18 +0000)
m4/ChangeLog

index 3f0c720d19984e9dd24b00b5710aa29879dd0d70..0b85d8f024ee816b0b49342540be400db43ae09b 100644 (file)
@@ -1,3 +1,14 @@
+2003-03-04  Jim Meyering  <jim@meyering.net>
+
+       `df /some/mount-point' no longer hangs when an unrelated hard-mount
+       is unavailable
+       * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
+       /proc/mounts until it finds one with matching device number.  This is
+       unnecessary when the FILE argument *is* a mount point.  No stat call
+       is necessary in that case.  So, disable the statvfs-testing code on
+       systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
+       as RedHat bug# 84846.
+
 2003-02-27  Jim Meyering  <jim@meyering.net>
 
        * prereq.m4 (jm_PREREQ_PHYSMEM): Also check for `table' function.