commit | 08b81d873126b413cda511b1ea1cbb0e99938bbd | [log] [tgz] |
---|---|---|
author | Geliang Tang <geliangtang@gmail.com> | Thu Sep 24 08:30:01 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 24 19:58:34 2020 -0700 |
tree | 39601f9ec6ee0898cd3f10287ba78d423caefe1c | |
parent | 0abd40f823cbd3beb2889a100c2210b13a63585b [diff] |
mptcp: add sk_stop_timer_sync helper This patch added a new helper sk_stop_timer_sync, it deactivates a timer like sk_stop_timer, but waits for the handler to finish. Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Geliang Tang <geliangtang@gmail.com> Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>