[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] stat,tail: add support for the EXFS file system
From: |
Petit, Brent (HPC Data Management and Storage) |
Subject: |
[PATCH] stat,tail: add support for the EXFS file system |
Date: |
Tue, 9 Jan 2018 21:43:24 +0000 |
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.
---
src/stat.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/stat.c b/src/stat.c
index 8614a4d11..34e8dcd27 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -324,6 +324,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
return "efivarfs";
case S_MAGIC_EFS: /* 0x00414A53 local */
return "efs";
+ case S_MAGIC_EXFS: /* 0x45584653 local */
+ return "exfs";
case S_MAGIC_EXOFS: /* 0x5DF5 local */
return "exofs";
case S_MAGIC_EXT: /* 0x137D local */
--
2.14.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] stat,tail: add support for the EXFS file system,
Petit, Brent (HPC Data Management and Storage) <=
- Prev by Date:
Re: ls to show the number of items in directories?
- Next by Date:
Re: [PATCH v3 2/2] doc: warn about following symlinks recursively in chown/chgrp
- Previous by thread:
readlink: no mention of "--" option
- Next by thread:
Re: Multibyte support for sort, uniq, join, tr, cut, paste, expand, unexpand, fmt, fold, and pr
- Index(es):