Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
*
* Return: The maximum gap in the leaf.
*/
-static unsigned long mas_leaf_max_gap(struct ma_state *mas)
+static inline unsigned long mas_leaf_max_gap(struct ma_state *mas)
{
enum maple_type mt;
struct maple_node *mn;
* mas_wr_store_entry() - Internal call to store a value
* @wr_mas: The maple write state
*/
-static void mas_wr_store_entry(struct ma_wr_state *wr_mas)
+static inline void mas_wr_store_entry(struct ma_wr_state *wr_mas)
{
struct ma_state *mas = wr_mas->mas;