diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-11-11 14:39:32 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-11-11 14:47:15 +0000 |
commit | 0daa359de8edd09fe2df76cb26c7cef16da52ce3 (patch) | |
tree | 8d275412d598fdd28b641cc4a14413918a1a50e9 /NEWS | |
parent | f720844207e03f64502409f36be0693fee3ae676 (diff) | |
download | coreutils-0daa359de8edd09fe2df76cb26c7cef16da52ce3.tar.xz |
stat: improve support for new Linux pseudo FS and ACFS
* src/stat.c (human_fstype): Add new file system ID definitions.
* NEWS: Mention the improvement.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -53,6 +53,10 @@ GNU coreutils NEWS -*- outline -*- ls -w0 is now interpreted as no limit on the length of the outputted line. + stat -f --format=%T now reports the file system type for new Linux + pseudo file systems "bpf_fs", "btrfs_test", "nsfs" and "tracefs", + and remote file system "acfs". + * Noteworthy changes in release 8.24 (2015-07-03) [stable] |