[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] stat,tail: add support for the EXFS file system
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] stat,tail: add support for the EXFS file system |
Date: |
Wed, 14 Mar 2018 09:16:51 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 09/01/18 13:43, Petit, Brent (HPC Data Management and Storage) wrote:
> 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 */
>
applied thanks
- Prev by Date:
RE: [PATCH] stat,tail: add support for the EXFS file system
- Next by Date:
Re: Multibyte support for sort, uniq, join, tr, cut, paste, expand, unexpand, fmt, fold, and pr
- Previous by thread:
RE: [PATCH] stat,tail: add support for the EXFS file system
- Next by thread:
Re: Multibyte support for sort, uniq, join, tr, cut, paste, expand, unexpand, fmt, fold, and pr
- Index(es):