]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/ip_output.c
net: Rename skb_has_frags to skb_has_frag_list
[net-next-2.6.git] / net / ipv4 / ip_output.c
index e807492f1777240e15713c26bdd0b1dfbf4b1db7..6d2753c7ffddf7ee7e7d468c0a9ddb6fbe02f675 100644 (file)
@@ -487,7 +487,7 @@ int ip_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *))
         * LATER: this step can be merged to real generation of fragments,
         * we can switch to copy when see the first bad fragment.
         */
-       if (skb_has_frags(skb)) {
+       if (skb_has_frag_list(skb)) {
                struct sk_buff *frag;
                int first_len = skb_pagelen(skb);
                int truesizes = 0;