]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/reassembly.c
net: Rename skb_has_frags to skb_has_frag_list
[net-next-2.6.git] / net / ipv6 / reassembly.c
index 545c4141b755ee91277c6bd2912de4f42813bb05..8aea3f3f18d79f4b0448610f0a5be6e8fe4a89b7 100644 (file)
@@ -499,7 +499,7 @@ static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev,
        /* If the first fragment is fragmented itself, we split
         * it to two chunks: the first with data and paged part
         * and the second, holding only fragments. */
-       if (skb_has_frags(head)) {
+       if (skb_has_frag_list(head)) {
                struct sk_buff *clone;
                int i, plen = 0;