Re: [PATCH] xfs: remove kmem_zalloc_greedy

From: Christoph Hellwig
Date: Mon Mar 06 2017 - 19:11:37 EST


I like killing it, but shouldn't we just try a normal kmem_zalloc?
At least for the fallback it's the right thing, and even for an
order 2 allocation it seems like a useful first try.