summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-11-11 14:39:32 +0000
committerPádraig Brady <P@draigBrady.com>2015-11-11 14:47:15 +0000
commit0daa359de8edd09fe2df76cb26c7cef16da52ce3 (patch)
tree8d275412d598fdd28b641cc4a14413918a1a50e9 /NEWS
parentf720844207e03f64502409f36be0693fee3ae676 (diff)
downloadcoreutils-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 08cb1388f..fc5e92787 100644
--- a/NEWS
+++ b/NEWS
@@ -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]