diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-07-11 00:33:36 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-07-13 21:12:59 +0100 |
commit | 2c003e6d57afb01641494bbe44ce0471e2f0d106 (patch) | |
tree | dc84d3032644e04c3043ac5646c0e3b00fee7bad | |
parent | fe08796d7c5e7f67d934ce9e8285433651b0f538 (diff) | |
download | coreutils-2c003e6d57afb01641494bbe44ce0471e2f0d106.tar.xz |
build: update gnulib submodule to latest
* gnulib: Sync recent cleanups and the fix for
missing df entries in the presence of bind mounts:
http://bugs.gnu.org/17833
* NEWS: Detail the df bug fix.
-rw-r--r-- | NEWS | 5 | ||||
m--------- | gnulib | 0 |
2 files changed, 5 insertions, 0 deletions
@@ -51,6 +51,11 @@ GNU coreutils NEWS -*- outline -*- than error messages or values for the wrong file system. [These bugs were present in "the beginning".] + df now outputs all appropriate entries in the presence of bind mounts. + On some systems, entries would have been incorrectly elided due to + them being considered "dummy" mounts. + [bug introduced in coreutils-8.22] + du now silently ignores directory cycles introduced with bind mounts. Previously it would issue a warning and exit with a failure status. [bug introduced in coreutils-8.1] diff --git a/gnulib b/gnulib -Subproject c6e14bbd5d404d147504acdd74c3fd17d5ef108 +Subproject 71be4c87c8267369f40fbfab7523ab9847154c0 |