On Wed, Jul 12, 2023 at 05:11:14PM -0400, Kent Overstreet wrote: > From: Kent Overstreet <kent.overstreet@xxxxxxxxx> > > We now need linux/limits.h for SIZE_MAX. I think this should be squashed into the previous commit > Signed-off-by: Kent Overstreet <kent.overstreet@xxxxxxxxx> > Signed-off-by: Kent Overstreet <kent.overstreet@xxxxxxxxx> > --- > include/linux/generic-radix-tree.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/generic-radix-tree.h b/include/linux/generic-radix-tree.h > index 63080822dc..f6cd0f909d 100644 > --- a/include/linux/generic-radix-tree.h > +++ b/include/linux/generic-radix-tree.h > @@ -38,6 +38,7 @@ > > #include <asm/page.h> > #include <linux/bug.h> > +#include <linux/limits.h> > #include <linux/log2.h> > #include <linux/math.h> > #include <linux/types.h> > -- > 2.40.1 >