Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- ptrlist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ptrlist.h b/ptrlist.h index d09be2f51..d8203cf0b 100644 --- a/ptrlist.h +++ b/ptrlist.h @@ -25,7 +25,8 @@ #define LIST_NODE_NR (29) struct ptr_list { - int nr; + int nr:8; + int rm:8; struct ptr_list *prev; struct ptr_list *next; void *list[LIST_NODE_NR]; -- 2.13.2 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html