summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-06-30 18:19:53 +0200
committerJim Meyering <meyering@redhat.com>2012-06-30 18:20:07 +0200
commitb0d8d3242998852e1a8a58b3f1b48186ad1063ec (patch)
tree80e8ae556288b66f139c8b2c12b76a9711160de6 /NEWS
parent5f6c22fceedd0d350e1a8246d4d73840de666c7e (diff)
downloadcoreutils-b0d8d3242998852e1a8a58b3f1b48186ad1063ec.tar.xz
stat,tail: recognize new file system type: aufs
* src/stat.c (human_fstype) [__linux__]: Add a 'case' for the new remote file system type: aufs (0x61756673). * NEWS (New features): Mention stat -f. (Bug fixes): Mention it for tail -f. Reported by Michael Mol in http://bugs.gnu.org/11823
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8c75a3291..be98796c4 100644
--- a/NEWS
+++ b/NEWS
@@ -25,13 +25,13 @@ GNU coreutils NEWS -*- outline -*-
in all situations on GNU/Linux, by correctly determining the block size.
[df bug since coreutils-5.0.91, stat bug since the initial implementation]
- tail -f no longer tries to use inotify on PanFS file systems
+ tail -f no longer tries to use inotify on AUFS or PanFS file systems
[you might say this was introduced in coreutils-7.5, along with inotify
support, but even now, its magic number isn't in the usual place.]
** New features
- stat -f recognizes the new remote file system type, panfs.
+ stat -f recognizes the new remote file system types: aufs, panfs.
** Changes in behavior