From dbd17157d7e693b8de9737f802db0e235ff5a3e6 Mon Sep 17 00:00:00 2001 From: Tomas Smetana Date: Tue, 28 Apr 2009 11:21:49 +0200 Subject: df: use open(2), not stat, to trigger automounting * src/df.c (main): When iterating over command-line arguments, attempting to ensure each backing file system is mounted, use open, not stat. stat is no longer sufficient to trigger automounting, in some cases. Based on a suggestion from Ian Kent. More details in http://bugzilla.redhat.com/497830 --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index 876a6b665..cf801c57a 100644 --- a/THANKS +++ b/THANKS @@ -235,6 +235,7 @@ Hugh Daniel hugh@xanadu.com Ian Bruce ian.bruce@myrealbox.com Iain Calder ic56@rogers.com Ian Jackson ijackson@chiark.greenend.org.uk +Ian Kent ikent@redhat.com Ian Lance Taylor ian@cygnus.com Ian Turner vectro@pipeline.com Iida Yosiaki iida@gnu.org -- cgit v1.2.3-54-g00ecf