Re: [PATCH 68/75] hv: netvsc: convert to SKB paged frag API.

From: Dan Carpenter
Date: Fri Aug 19 2011 - 09:40:12 EST


On Fri, Aug 19, 2011 at 02:27:40PM +0100, Ian Campbell wrote:
> /* usually there's just one frag */
> - skb_frag_set_page(skb, 0, gl->frags[0].page);
> + skb_frag_set_page(skb, 0, gl->frags[0].page.p); /* XXX */

There are bunch of new /* XXX */ comments. What are they for?

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/