diff options
author | Tomas Smetana <t.smetana@gmail.com> | 2009-04-28 11:21:49 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-04-28 14:32:17 +0200 |
commit | dbd17157d7e693b8de9737f802db0e235ff5a3e6 (patch) | |
tree | c820a31396b6091e8e4ffbe22267cae29070c7a5 /THANKS | |
parent | cb9fd937437cf4f9347925f6b9c82f4e92bae6e5 (diff) | |
download | coreutils-dbd17157d7e693b8de9737f802db0e235ff5a3e6.tar.xz |
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
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |