Hello, On Tue, Nov 22, 2016 at 04:47:49PM +0100, Vlastimil Babka wrote: > Thanks. Makes me wonder whether we should e.g. add __GFP_NOWARN to > GFP_NOWAIT globally at some point.
Yeah, that makes sense. The caller is explicitly saying that it's okay to fail the allocation. Thanks. -- tejun