Module Name: src
Committed By: martin
Date: Mon Mar 30 09:19:06 UTC 2020
Modified Files:
src/sys/sys: disklabel.h
Log Message:
Now that we have a partition type for it, also add FS_ZFS.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/sys/disklabel.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/disklabel.h
diff -u src/sys/sys/disklabel.h:1.122 src/sys/sys/disklabel.h:1.123
--- src/sys/sys/disklabel.h:1.122 Sat Nov 9 16:46:09 2019
+++ src/sys/sys/disklabel.h Mon Mar 30 09:19:06 2020
@@ -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(CGD, 28, "cgd", NULL, NULL)
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