Oops, the PROCPS_VMSTAT_logical_end enum reflected the
source state before all those DELTA enum's were added.
[ plus add a couple of overlooked #undef directives, ]
[ and whack an unneeded stacks_alloc assignment too! ]
Signed-off-by: Jim Warner <james.warner@comcast.net>
/* please note,
* this enum MUST be 1 greater than the highest value of any enum */
-enum vmstat_item PROCPS_VMSTAT_logical_end = PROCPS_VMSTAT_ZONE_RECLAIM_FAILED + 1;
+enum vmstat_item PROCPS_VMSTAT_logical_end = PROCPS_VMSTAT_DELTA_ZONE_RECLAIM_FAILED + 1;
#undef setNAME
#undef setDECL
#undef getDECL
#undef REG_get
#undef HST_get
+#undef RS
+#undef RG
// ___ Private Functions ||||||||||||||||||||||||||||||||||||||||||||||||||||||
extents_free_all(info);
}
if (!info->extents
- && !(info->extents = stacks_alloc(info, 1)))
+ && !(stacks_alloc(info, 1)))
return NULL;
if (info->dirty_stacks)