Add back spare fields reused in r238213. According to Attilio, the rule
is to use reuse spares only when MFC-ing, not in CURRENT.
This commit is contained in:
parent
c6b5a9a02b
commit
8fe7677998
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user