diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-05-12 09:50:48 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-05-12 09:52:12 +0100 |
commit | 99dd47ec86b508410df64bef2b7bf4922215cf5b (patch) | |
tree | f08f9935afc34d79b791b3157d8c983abf05489e /NEWS | |
parent | 9a4df07016827fe130016b1c3a4adaf91c54c301 (diff) | |
download | coreutils-99dd47ec86b508410df64bef2b7bf4922215cf5b.tar.xz |
stat,tail: add support for the SMB2 remote file system
* stc/stat.c (human_fstype): Add file system ID definition,
and use "smb2" as the name.
* NEWS (Improvements): Mention the change.
Fixes http://bugs.gnu.org/23516
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -34,9 +34,10 @@ GNU coreutils NEWS -*- outline -*- ** Improvements stat and tail now know about "prl_fs" (a parallels file system), - "m1fs" (a Plexistor file system), and "wslfs" (Windows Subsystem for Linux). - stat -f --format=%T now reports the file system type, and tail -f uses - polling for "prl_fs", inotify for "m1fs", and attempts inotify for "wslfs". + "m1fs" (a Plexistor file system), "wslfs" (Windows Subsystem for Linux), + and "smb2". stat -f --format=%T now reports the file system type, and + tail -f uses polling for "prl_fs" and "smb2", inotify for "m1fs", + and attempts inotify for "wslfs". * Noteworthy changes in release 8.25 (2016-01-20) [stable] |