tcp: remove SOCK_QUEUE_SHRUNK
[sfrench/cifs-2.6.git] / net / ipv4 / tcp_output.c
index ab79d36ed07fc6918035ab3f9ebdb3ce6b7767c8..386978dcd318d84af486d0d1a5bb1786f4a493cf 100644 (file)
@@ -1682,7 +1682,6 @@ int tcp_trim_head(struct sock *sk, struct sk_buff *skb, u32 len)
                skb->truesize      -= delta_truesize;
                sk_wmem_queued_add(sk, -delta_truesize);
                sk_mem_uncharge(sk, delta_truesize);
-               sock_set_flag(sk, SOCK_QUEUE_SHRUNK);
        }
 
        /* Any change of skb->len requires recalculation of tso factor. */