On Wed, 2018-06-20 at 15:26 -0700, Matthew Wilcox wrote: > Not needed: > > void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char > *fmt, ...) > { > ... > if ((gfp_mask & __GFP_NOWARN) || !__ratelimit(&nopage_rs)) > return; > Yes, thanks!
On Wed, 2018-06-20 at 15:26 -0700, Matthew Wilcox wrote: > Not needed: > > void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char > *fmt, ...) > { > ... > if ((gfp_mask & __GFP_NOWARN) || !__ratelimit(&nopage_rs)) > return; > Yes, thanks!