diff options
author | Jim Meyering <meyering@redhat.com> | 2011-12-26 16:09:48 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-12-26 16:37:55 +0100 |
commit | b1230020dc5c5acc9f9ab16c3c397c0aecb5977b (patch) | |
tree | 65ad09903d18cb83fce697b91aac32a10f5e46f3 /NEWS | |
parent | b2a6fb0ac925831f8b96f54e10633f24b7b33f12 (diff) | |
download | coreutils-b1230020dc5c5acc9f9ab16c3c397c0aecb5977b.tar.xz |
stat,tail: recognize new FS type: pipefs
* src/stat.c (human_fstype) [S_MAGIC_PIPEFS]: New case.
* NEWS (Bug fixes): Mention this.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ GNU coreutils NEWS -*- outline -*- and NcFsd file systems. This did not affect Unix/Linux-based kernels. [bug introduced in coreutils-8.0, when rm began using fts] + stat -f now recognizes the FhGFS and PipeFS file system types. + tac no longer fails to handle two or more non-seekable inputs [bug introduced in coreutils-5.3.0] |