Re: [PATCH 1/3] vmalloc: Add __vmalloc_node_try_addr function

From: Edgecombe, Rick P
Date: Thu Jun 21 2018 - 18:02:48 EST


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!