On Sat, May 20, 2023 at 05:36:01PM +0100, Matthew Wilcox (Oracle) wrote: > +#define FGP_ORDER(fgp) ((fgp) >> 26) /* top 6 bits */ Why don't we just add a new argument for the order?
On Sat, May 20, 2023 at 05:36:01PM +0100, Matthew Wilcox (Oracle) wrote: > +#define FGP_ORDER(fgp) ((fgp) >> 26) /* top 6 bits */ Why don't we just add a new argument for the order?