diff options
author | Pádraig Brady <P@draigBrady.com> | 2009-12-22 12:21:45 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2009-12-22 16:55:04 +0000 |
commit | 53db8d6479019474a14b8b858e83ace450195034 (patch) | |
tree | f3f1ca56304a097f6530e719b211c0dbe393cd0c /NEWS | |
parent | 4b449caf2dad59fb05d4089f810036872f4b232f (diff) | |
download | coreutils-53db8d6479019474a14b8b858e83ace450195034.tar.xz |
stat: Recognize k-afs, gfs, ocfs2 file system types
* src/stat.c (human_fstype): Add k-afs, gfs/gfs2 and ocfs2.
* NEWS: Update the stat -f entry.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ 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. + stat -f recognizes more file system types: k-afs, fuseblk, gfs/gfs2, ocfs2, + and 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 |