diff options
author | Pádraig Brady <P@draigBrady.com> | 2009-12-21 18:43:02 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2009-12-22 11:17:01 +0000 |
commit | 4b449caf2dad59fb05d4089f810036872f4b232f (patch) | |
tree | 8620c00e19a4aaf2fb1e83daa9f0bf74b18d3f3d /NEWS | |
parent | d98b1b35a6dad1f2964e530834cc22931f4f75cc (diff) | |
download | coreutils-4b449caf2dad59fb05d4089f810036872f4b232f.tar.xz |
stat: add support for more file system types
* src/stat.c (human_fstype): Add the following FS types:
fuseblk, rpc_pipefs. Also fix a typo of minux3 to minix3,
and mention the fs-magic-compare make target to help update the list.
* NEWS: Mention the fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ GNU coreutils NEWS -*- outline -*- a commmand of the above form would fail for all subdirectories. [bug introduced in coreutils-8.0] + stat -f recognizes more file system types: fuseblk, rpc_pipefs. + Also Minix V3 is displayed correctly as minix3, not minux3. + [bug introduced in coreutils-8.1] + touch -a once again guarantees that a file's change time is adjusted, working around a bug in current Linux kernels. [bug introduced in coreutils-8.1] |