From: Pádraig Brady Date: Mon, 18 Jan 2016 18:35:48 +0000 (+0000) Subject: all: don't unconditionally use leaf optimization for NFS X-Git-Tag: v8.25~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e2208e07a3b9db8147ec9de5cdf466a5540c8f7;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/NEWS b/NEWS index b42da0a467..45ee103a91 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'. diff --git a/gnulib b/gnulib index 350f2c6fb5..85717b68b0 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 350f2c6fb569f42f0a8ff47fd5b7442f24f0e658 +Subproject commit 85717b68b03bf85016c5079fbbf0c8aa2b182ba6