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 informa

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

2021-08-11 Thread Paul Eggert
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 information after a successful open. Thanks for reporting the bug. I installed the attached. It differs a bit from what

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

2021-08-11 Thread Thimo Emmerich
This seems to be a regression from b04ce61958c1: "df: fix hang with fifo argument". When using df on an browsable automount map (in my case NFS mounts) df returns a screwed up information if the mount is not existing. During execution it triggers the mount via open() but it uses previously colle