bug#50012: [PATCH] df: Fixed usage of incorrect stat data when using automount

2021-08-12 Thread Thimo Emmerich
Thank you for taking care. Your fix seems more elaborated and works for me. On 11.08.21 20:24, Paul Eggert wrote: On 8/11/21 8:59 AM, Thimo Emmerich wrote: Since the stat in [2]/df.c, line 1775 is necessary for the following fifo evaluation, it seems to be necessary to update the stat

bug#50012: [PATCH] df: Fixed usage of incorrect stat data when using automount

2021-08-11 Thread Thimo Emmerich
e stat information after a successful open. Best regards,  Thimo [1]: https://www.kernel.org/doc/html/latest/filesystems/autofs.html [2]: https://github.com/coreutils/coreutils/blob/master/src/df.c#L1775 From a586ab553d9e6f463049349a8ca88d7e727804df Mon Sep 17 00:00:00 2001 From: Thimo Emmerich