mptcp: drop unused sk in mptcp_push_release
authorGeliang Tang <geliang.tang@suse.com>
Tue, 26 Oct 2021 23:29:16 +0000 (16:29 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 28 Oct 2021 01:20:30 +0000 (18:20 -0700)
commitb8e0def397d7753206b1290e32f73b299a59984c
treeafe574b7565b9ac5a3faa35cc08271702db6dc5c
parent6511882cdd82d6cf2178932fa9b78647d130b860
mptcp: drop unused sk in mptcp_push_release

Since mptcp_set_timeout() had removed from mptcp_push_release() in
commit 33d41c9cd74c5 ("mptcp: more accurate timeout"), the argument
sk in mptcp_push_release() became useless. Let's drop it.

Fixes: 33d41c9cd74c5 ("mptcp: more accurate timeout")
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/protocol.c