summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-08 10:06:42 +0200
committerJim Meyering <meyering@redhat.com>2009-10-08 10:18:28 +0200
commiteb5f06f2a68b3abfe507d9fe527f920ada088688 (patch)
tree2205d29038ece68a13004a63bcb4bbf4a070f6ba /NEWS
parent8e323907160db1cb3f9425204013597c81384492 (diff)
downloadcoreutils-eb5f06f2a68b3abfe507d9fe527f920ada088688.tar.xz
stat: add support for many more file system types
* src/stat.c (human_fstype): Add the following FS types, from <linux/magic.h>: afs, anon-inode FS, btrfs, cgroupfs, cramfs-wend, debugfs, futexfs, inotifyfs, minux3, securityfs, selinux, xenfs. Also add "nilfs". * src/Makefile.am (fs-kernel-magic): New rule. * NEWS (Bug fixes): Mention this.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cca3328d5..75a4207ad 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,9 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
- stat -f recognizes more file system types: CIFS, HFS
+ stat -f recognizes more file system types: afs, cifs, anon-inode FS,
+ btrfs, cgroupfs, cramfs-wend, debugfs, futexfs, hfs, inotifyfs, minux3,
+ nilfs, securityfs, selinux, xenfs
** New features