Loading include/linux/xarray.h +3 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ #include <linux/sched/mm.h> #include <linux/spinlock.h> #include <linux/types.h> #include <linux/kabi.h> /* * The bottom two bits of the entry determine how the XArray interprets Loading Loading @@ -1352,6 +1353,8 @@ struct xa_state { struct xa_node *xa_alloc; xa_update_node_t xa_update; struct list_lru *xa_lru; KABI_RESERVE(1) KABI_RESERVE(2) }; /* Loading Loading
include/linux/xarray.h +3 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ #include <linux/sched/mm.h> #include <linux/spinlock.h> #include <linux/types.h> #include <linux/kabi.h> /* * The bottom two bits of the entry determine how the XArray interprets Loading Loading @@ -1352,6 +1353,8 @@ struct xa_state { struct xa_node *xa_alloc; xa_update_node_t xa_update; struct list_lru *xa_lru; KABI_RESERVE(1) KABI_RESERVE(2) }; /* Loading