stat,tail: add support for the EXFS file system
commit0753c3f6dc820562abf5b2653eff7cfc0c0d65c4
authorBrent Petit <brent.petit@hpe.com>
Tue, 9 Jan 2018 21:43:24 +0000 (9 21:43 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 14 Mar 2018 16:15:59 +0000 (14 09:15 -0700)
treef95a8ae47fafe60fd2a697806aed969f5e90c9af
parentb1fa4aa63c5ccf422b2ede431874af69240b862f
stat,tail: add support for the EXFS file system

Enhanced XFS (EXFS) is a version of XFS maintained by HPE.
EXFS uses a unique magic number to allow the use of community
XFS, and EXFS filesystems at the same time.

* src/stat.c (human_fstype): Add file system ID definition,
and use "exfs" as the name.
* NEWS: Mention the Improvement.
NEWS
src/stat.c