Skip to content

Commit 012b742

Browse files
committed
tgupdate: merge t/DO-NOT-MERGE-mptcp-enabled-by-default into t/upstream base
2 parents 47ac1ec + 4edf69e commit 012b742

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

net/mptcp/pm_netlink.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,11 +1521,6 @@ static int mptcp_nl_remove_subflow_and_signal_addr(struct net *net,
15211521
if (mptcp_pm_is_userspace(msk))
15221522
goto next;
15231523

1524-
if (list_empty(&msk->conn_list)) {
1525-
mptcp_pm_remove_anno_addr(msk, addr, false);
1526-
goto next;
1527-
}
1528-
15291524
lock_sock(sk);
15301525
remove_subflow = mptcp_lookup_subflow_by_saddr(&msk->conn_list, addr);
15311526
mptcp_pm_remove_anno_addr(msk, addr, remove_subflow &&

0 commit comments

Comments
 (0)