On Mon, 5 May 2014 02:42:35 -0700 (PDT) David Rientjes <rientjes@xxxxxxxxxx> wrote: > On Mon, 5 May 2014, Marc Dietrich wrote: > > > Hi, > > > > this is spaming my log quite a bit. > > > > Any idea? > > > > I think rpc_malloc() really wants to be __GFP_NOWARN so that the warnings > are suppressed, doing order-1 allocations with GFP_NOWAIT is never > guaranteed to succeed and will have difficulty if memory is fragmented. Yes. We made a similar fix to xprt_alloc_slot a while back. The RPC engine has a mechanism to handle retrying these allocations, so this warning isn't particularly helpful. -- Jeff Layton <jlayton@xxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html