diff options
author | Jim Meyering <meyering@redhat.com> | 2012-05-10 15:46:08 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-05-10 16:00:34 +0200 |
commit | e12107148944a6c03f5767a76b6acf5714bae7df (patch) | |
tree | a13e10ed5bf05289b15cf704c9af63a812d81340 /NEWS | |
parent | 53276320df7f072d271e44a528c6b5ef1aca554d (diff) | |
download | coreutils-e12107148944a6c03f5767a76b6acf5714bae7df.tar.xz |
stat,tail: recognize new FS types: bdevfs, inodefs, qnx6
* src/stat.c (human_fstype) [__linux__]: Add 'case's for these local
file system types: bdevfs (0x62646576), inodefs (0x42494E4D),
qnx6 (0x68191122).
Now that the kernel has a name for S_MAGIC_BINFMTFS, use
theirs in place of our S_MAGIC_BINFMT_MISC.
* NEWS (New features): Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ GNU coreutils NEWS -*- outline -*- fmt now accepts the --goal=WIDTH (-g) option. + stat -f recognizes new file system types: bdevfs, inodefs, qnx6 + ** Changes in behavior cp,mv,install,cat,split: now read and write a minimum of 64KiB at a time. |