]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/ipv4/inet_hashtables.c
udp: only do GSO if # of segs > 1
[linux.git] / net / ipv4 / inet_hashtables.c
index c4503073248bd3bf1095ced8bba3b83ca47773af..97824864e40d13bac71510920ae125c6a89fef1d 100644 (file)
@@ -316,7 +316,7 @@ struct sock *__inet_lookup_listener(struct net *net,
                                    saddr, sport, htonl(INADDR_ANY), hnum,
                                    dif, sdif);
 done:
-       if (unlikely(IS_ERR(result)))
+       if (IS_ERR(result))
                return NULL;
        return result;
 }