Add a file system type for ZFS (FS_ZFS).
This commit is contained in:
parent
c6400868f5
commit
93810b75d9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174436
@ -231,6 +231,7 @@ static const char *dktypenames[] = {
|
||||
#define FS_JFS2 21 /* IBM JFS2 */
|
||||
#define FS_UDF 24 /* UDF */
|
||||
#define FS_EFS 26 /* SGI's Extent File system */
|
||||
#define FS_ZFS 27 /* Sun's ZFS */
|
||||
|
||||
#ifdef FSTYPENAMES
|
||||
static const char *fstypenames[] = {
|
||||
@ -261,6 +262,7 @@ static const char *fstypenames[] = {
|
||||
"UDF",
|
||||
"?"
|
||||
"EFS",
|
||||
"ZFS",
|
||||
NULL
|
||||
};
|
||||
#define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)
|
||||
|
Loading…
Reference in New Issue
Block a user