On Mon, Sep 17, 2018 at 04:29:08PM +0200, Thomas Gleixner wrote: > Avoid the extra variable and gotos by splitting the function into the > actual algorithm and a callable function which contains the lock > protection. > > Rename it to should_split_large_page() while at it so the return values make > actually sense.
Much thanks, that makes the whole thing much saner.

