Need this, too.
>From 74171b693c0257194cc9357f547c7d4492f5a439 Mon Sep 17 00:00:00 2001
From: Jim Meyering <[email protected]>
Date: Tue, 28 Apr 2009 14:45:43 +0200
Subject: [PATCH] df: adjust comment to match recent code change
* src/df.c (main): Update comment to match.
---
src/df.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/df.c b/src/df.c
index a3eb98a..070980e 100644
--- a/src/df.c
+++ b/src/df.c
@@ -988,8 +988,9 @@ main (int argc, char **argv)
{
int i;
- /* stat all the given entries to make sure they get automounted,
- if necessary, before reading the file system table. */
+ /* Open each of the given entries to make sure any corresponding
+ partition is automounted. This must be done before reading the
+ file system table. */
stats = xnmalloc (argc - optind, sizeof *stats);
for (i = optind; i < argc; ++i)
{
--
1.6.3.rc3.199.g24398
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils