]> Pileus Git - ~andy/linux/commit
tcp: Remove unused parameter from tcp_v4_save_options
authorChristoph Paasch <christoph.paasch@uclouvain.be>
Wed, 26 Sep 2012 11:59:09 +0000 (11:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Sep 2012 23:20:26 +0000 (19:20 -0400)
commit5dff747b7038d10f9c174a1245263fd1c36a644d
tree7972334b850ec3eeafed5a2e9155de8ba36b7b8f
parentbcc452935da124f26885e969ec5a78a8735d1452
tcp: Remove unused parameter from tcp_v4_save_options

struct sock *sk is not used inside tcp_v4_save_options. Thus it can be
removed.

Signed-off-by: Christoph Paasch <christoph.paasch@uclouvain.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c