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
return "fusectl";
case S_MAGIC_FUTEXFS: /* 0x0BAD1DEA */
return "futexfs";
+ case S_MAGIC_GFS: /* 0x1161970 */
+ return "gfs/gfs2";
case S_MAGIC_HFS: /* 0x4244 */
return "hfs";
case S_MAGIC_HPFS: /* 0xF995E849 */
return "jffs2";
case S_MAGIC_JFS: /* 0x3153464A */
return "jfs";
+ case S_MAGIC_KAFS: /* 0x6B414653 */
+ return "k-afs";
case S_MAGIC_LUSTRE: /* 0x0BD00BD0 */
return "lustre";
case S_MAGIC_MINIX: /* 0x137F */
return "ntfs";
case S_MAGIC_OPENPROM: /* 0x9FA1 */
return "openprom";
+ case S_MAGIC_OCFS2: /* 0x7461636f */
+ return "ocfs2";
case S_MAGIC_PROC: /* 0x9FA0 */
return "proc";
case S_MAGIC_QNX4: /* 0x002F */