diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-01-18 18:35:48 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-01-18 18:39:16 +0000 |
commit | 6e2208e07a3b9db8147ec9de5cdf466a5540c8f7 (patch) | |
tree | 169b5cc69ea00df1197a8c9c9464f456f30b692a | |
parent | 4e96050b76e4539ad4981693f9694b07eeab3d7d (diff) | |
download | coreutils-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.
-rw-r--r-- | NEWS | 2 | ||||
m--------- | gnulib | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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'. diff --git a/gnulib b/gnulib -Subproject 350f2c6fb569f42f0a8ff47fd5b7442f24f0e65 +Subproject 85717b68b03bf85016c5079fbbf0c8aa2b182ba |