diff options
author | Jim Meyering <meyering@redhat.com> | 2011-12-22 09:26:31 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-12-22 09:36:31 +0100 |
commit | 896529709230021ba3d2b0000b28a6c4af13970a (patch) | |
tree | 3987134dbc1952980afa04494e214ac93df054f6 /NEWS | |
parent | ed71262bc258311690e7761154f8413465d9c78e (diff) | |
download | coreutils-896529709230021ba3d2b0000b28a6c4af13970a.tar.xz |
tail,stat: add support for FhGFS
* src/stat.c (human_fstype): Add a case: fhgfs, 0x19830326.
* src/tail.c (fremote): Add S_MAGIC_FHGFS.
* NEWS (Bug fixes): Update the entry for GPFS to mention FhGFS, too.
Reported by Sven Breuner.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,9 +28,9 @@ GNU coreutils NEWS -*- outline -*- tac no longer fails to handle two or more non-seekable inputs [bug introduced in coreutils-5.3.0] - tail -f no longer tries to use inotify on GPFS file systems + tail -f no longer tries to use inotify on GPFS or FhGFS file systems [you might say this was introduced in coreutils-7.5, along with inotify - support, but the GPFS magic number wasn't in the usual places then.] + support, but the new magic numbers weren't in the usual places then.] * Noteworthy changes in release 8.14 (2011-10-12) [stable] |