diff options
author | Shane M Seymour <shane.seymour@hp.com> | 2015-02-27 18:52:51 +0100 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2015-02-27 18:54:01 +0100 |
commit | e60547db04ff30b9341386837a35ffb15c3c7789 (patch) | |
tree | f2b0a322834bcafae87e3374384a5797f3fd736d /NEWS | |
parent | fdd6ebf0ae786681e99afdaf1ef44bb750e66b2d (diff) | |
download | coreutils-e60547db04ff30b9341386837a35ffb15c3c7789.tar.xz |
tail,stat: improve support for the IBRIX file system
Note that IBRIX used to have a different magic number 0x013111A7
instead of the current 0x013111A8. However, the former is no longer
used and the version of IBRIX it was used in is really ancient, so
it's extremely unlikely anyone is still using it. Therefore, just
add the newer magic number.
Mark IBRIX as a 'remote' file system type as inotify support had
never been officially tested with it.
* src/stat.c (human_fstype): Add file system ID definition.
* NEWS: Mention the improvement.
Fixes http://bugs.gnu.org/19951
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -90,6 +90,9 @@ GNU coreutils NEWS -*- outline -*- mv will try a reflink before falling back to a standard copy, which is more efficient when moving files across BTRFS subvolume boundaries. + stat and tail now know about IBRIX. stat -f --format=%T now reports the file + system type, and tail -f uses polling for files on IBRIX file systems. + References from --help and the man pages of utilities have been corrected in various cases, and more direct links to the corresponding online documentation are provided. |