diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 4df3164bb5fc39890abca63b65f570eb5c9815af..8e51f8555e11b95bc48ab334f50571048f705101 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -858,8 +858,7 @@ static struct sk_buff *__skb_clone(struct sk_buff *n, struct sk_buff *skb) n->cloned = 1; n->nohdr = 0; n->peeked = 0; - if (skb->pfmemalloc) - n->pfmemalloc = 1; + C(pfmemalloc); n->destructor = NULL; C(tail); C(end);