diff options
author | Andreas Dilger <adilger@sun.com> | 2008-10-06 10:17:19 -0600 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-10-06 22:35:57 +0200 |
commit | a36f4cb451e96278127922a68513a8da8fe6d13f (patch) | |
tree | 9763f8c1c5788d83092fbb1fdbabf2ed453a4edd /NEWS | |
parent | ed0a1c9f943ed112c7ef24b8ab85d530ce5ca324 (diff) | |
download | coreutils-a36f4cb451e96278127922a68513a8da8fe6d13f.tar.xz |
stat: add lustre filesystem type
* 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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] +** New features + + stat -f recognizes the Lustre file system type + * Noteworthy changes in release 7.0 (2008-10-05) [beta] |