diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-05-23 00:20:43 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-05-23 00:20:43 +0100 |
commit | 56c9a43ac2721f63053dc1d2d9820640cc2fb53a (patch) | |
tree | 05b59e39e5e0900a24ecea24b4b2e0ecceabaa62 /NEWS | |
parent | 695a0b5502a623e5a9a6d149500c4898102d2dd8 (diff) | |
download | coreutils-56c9a43ac2721f63053dc1d2d9820640cc2fb53a.tar.xz |
stat,tail: improve support for LogFS and ConfigFS
* src/stat.c (human_fstype): Add new file system ID definitions.
* NEWS: Mention the improvement.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -110,9 +110,9 @@ GNU coreutils NEWS -*- outline -*- split avoids unnecessary input buffering, immediately writing input to output which is significant with --filter or when writing to fifos or stdout etc. - stat and tail work better with HFS+ and HFSX. stat -f --format=%T now reports - the file system type, and tail -f now uses inotify for files, rather than the - default of issuing a warning and reverting to polling. + stat and tail work better with HFS+, HFSX, LogFS and ConfigFS. stat -f + --format=%T now reports the file system type, and tail -f now uses inotify, + rather than the default of issuing a warning and reverting to polling. * Noteworthy changes in release 8.22 (2013-12-13) [stable] |