* src/stat.c (human_fstype) [S_MAGIC_LUSTRE]: Add case.
Make "stat -f" recognize the "Lustre" filesystem type.
<http://en.wikipedia.org/wiki/Lustre_(file_system)>
* NEWS: Mention this feature.
* Noteworthy changes in release ?.? (????-??-??) [?]
+** New features
+
+ stat -f recognizes the Lustre file system type
+
* Noteworthy changes in release 7.0 (2008-10-05) [beta]
return "jffs";
case S_MAGIC_JFS: /* 0x3153464A */
return "jfs";
+ case S_MAGIC_LUSTRE: /* 0x0BD00BD0 */
+ return "lustre";
case S_MAGIC_MINIX: /* 0x137F */
return "minix";
case S_MAGIC_MINIX_30: /* 0x138F */