tcp: Remove unrequired operations in tcp_push()
authorKrishna Kumar <krkumar2@in.ibm.com>
Thu, 10 Dec 2009 07:16:52 +0000 (07:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Dec 2009 22:13:28 +0000 (14:13 -0800)
commitafeca340c078e17ca233b3c68c3c3a70c56bfe1d
treef7b308856bdd21f41ea61cf6b74cd28e50b0448f
parent12d50c46dc0f7fd2e625c4befaa5fa5740a7a594
tcp: Remove unrequired operations in tcp_push()

Remove unrequired operations in tcp_push()

Changelog:
Removed a temporary skb variable from tcp_push()

Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c