Re: [PATCH] netvm: check for page == NULL when propogating theskb->pfmemalloc flag

From: Ian Campbell
Date: Wed Aug 22 2012 - 06:26:45 EST


On Wed, 2012-08-08 at 23:50 +0100, David Miller wrote:
> Just use something like a call to __pskb_pull_tail(skb, len) and all
> that other crap around that area can simply be deleted.

I think you mean something like this, which works for me, although I've
only lightly tested it.

Ian.

8<----------------------------------------