Author: trasz
Date: Mon Jul 16 16:50:28 2012
New Revision: 238533
URL: http://svn.freebsd.org/changeset/base/238533
Log:
Add back spare fields reused in r238213. According to Attilio, the rule
is to use reuse spares only when MFC-ing, not in CURRENT.
Modified:
head/sys/geom/geom.h
Modified: head/sys/geom/geom.h
==============================================================================
--- head/sys/geom/geom.h Mon Jul 16 11:58:44 2012 (r238532)
+++ head/sys/geom/geom.h Mon Jul 16 16:50:28 2012 (r238533)
@@ -110,6 +110,7 @@ struct g_class {
g_ioctl_t *ioctl;
g_provgone_t *providergone;
g_resize_t *resize;
+ void *spare2;
/*
* The remaining elements are private
*/
@@ -141,6 +142,7 @@ struct g_geom {
g_ioctl_t *ioctl;
g_provgone_t *providergone;
g_resize_t *resize;
+ void *spare1;
void *softc;
unsigned flags;
#define G_GEOM_WITHER 1
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"