]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: mention the du/fts vs. NFSv4 mount-point work-around
authorJim Meyering <meyering@redhat.com>
Tue, 17 Nov 2009 07:56:12 +0000 (08:56 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 17 Nov 2009 07:56:12 +0000 (08:56 +0100)
* NEWS (Changes in behavior): Mention it.

NEWS

diff --git a/NEWS b/NEWS
index e3763cd19d4cf681b168b3b7e068a68acc1a98ee..3a62da4bdd15b784618aa15ee9aaeeaaa1f11c0d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,11 @@ GNU coreutils NEWS                                    -*- outline -*-
   with the invoked command failing with status 1.  Likewise, nohup
   fails with status 125 instead of 127.
 
+  du (due to a change in gnulib's fts) can now traverse NFSv4 automounted
+  directories in which the stat'd device number of the mount point differs
+  during a traversal.  Before, it would fail, because such a mismatch would
+  usually represent a serious error or a subversion attempt.
+
   echo and printf now interpret \e as the Escape character (0x1B).
 
   rm -f /read-only-fs/nonexistent now succeeds and prints no diagnostic