Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Now that we have a partition type for it, also add F...



details:   https://anonhg.NetBSD.org/src/rev/82def70e2506
branches:  trunk
changeset: 746389:82def70e2506
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Mar 30 09:19:06 2020 +0000

description:
Now that we have a partition type for it, also add FS_ZFS.

diffstat:

 sys/sys/disklabel.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5a7a35176fa4 -r 82def70e2506 sys/sys/disklabel.h
--- a/sys/sys/disklabel.h       Mon Mar 30 08:45:09 2020 +0000
+++ b/sys/sys/disklabel.h       Mon Mar 30 09:19:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.122 2019/11/09 16:46:09 pgoyette Exp $ */
+/*     $NetBSD: disklabel.h,v 1.123 2020/03/30 09:19:06 martin Exp $   */
 
 /*
  * Copyright (c) 1987, 1988, 1993
@@ -398,7 +398,8 @@
 x(MINIXFS3,29, "MINIX FSv3", NULL,   NULL)    /* MINIX file system v3 */ \
 x(VMKCORE, 30, "VMware vmkcore", NULL, NULL)  /* VMware vmkcore */ \
 x(VMFS,    31, "VMware VMFS", NULL,  NULL)    /* VMware VMFS */ \
-x(VMWRESV, 32, "VMware Reserved", NULL, NULL) /* VMware reserved */
+x(VMWRESV, 32, "VMware Reserved", NULL, NULL) /* VMware reserved */ \
+x(ZFS,    33, "ZFS", NULL, NULL)             /* ZFS */
 
 
 #ifndef _LOCORE



Home | Main Index | Thread Index | Old Index