summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-01-18 18:35:48 +0000
committerPádraig Brady <P@draigBrady.com>2016-01-18 18:39:16 +0000
commit6e2208e07a3b9db8147ec9de5cdf466a5540c8f7 (patch)
tree169b5cc69ea00df1197a8c9c9464f456f30b692a /NEWS
parent4e96050b76e4539ad4981693f9694b07eeab3d7d (diff)
downloadcoreutils-6e2208e07a3b9db8147ec9de5cdf466a5540c8f7.tar.xz
all: don't unconditionally use leaf optimization for NFS
* gnulib: Update to latest where the only change is to not unconditionally enable leaf optimization for fts on NFS, as it was seen to abort() with some NFS servers as per: https://bugzilla.redhat.com/1299169 This affects utilities that traverse directories like cp, rm, chmod etc. * NEWS: Adjust the improvement message to leave only XFS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b42da0a46..45ee103a9 100644
--- a/NEWS
+++ b/NEWS
@@ -79,7 +79,7 @@ GNU coreutils NEWS -*- outline -*-
which avoids confusing error messages in the presence of '\r' chars etc.
Utilities that traverse directories, like chmod, cp, and rm etc., will operate
- more efficiently on XFS and in more cases on NFS, through "leaf optimization".
+ more efficiently on XFS through the use of "leaf optimization".
md5sum now ensures a single line per file for status on standard output,
by using a '\' at the start of the line, and replacing any newlines with '\n'.