From: Alexander Duyck <alexander.h.du...@redhat.com>
Date: Wed, 06 May 2015 21:11:40 -0700

> +     /* use OR instead of assignment to avoid clearing of bits in mask */
> +     if (pfmemalloc)
> +             skb->pfmemalloc = 1;
> +     skb->head_frag = 1;
 ...
> +     /* use OR instead of assignment to avoid clearing of bits in mask */
> +     if (nc->pfmemalloc)
> +             skb->pfmemalloc = 1;
> +     skb->head_frag = 1;

Maybe make these two cases more consistent by either accessing
nc->pfmemalloc or using a local variable in both cases.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to