commit | 1ea23a21176e449685a9d0523ab6da83e3779eb1 | [log] [tgz] |
---|---|---|
author | Ying Xue <ying.xue@windriver.com> | Thu May 28 13:19:22 2015 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat May 30 18:08:37 2015 -0700 |
tree | 0e94b86cd5aff3b37351e0bb9ad203fa7d340bac | |
parent | f4fb874cf076f9eafdd15c0a88cd0f0397b95e43 [diff] |
tipc: unconditionally put sock refcnt when sock timer to be deleted is pending As sock refcnt is taken when sock timer is started in sk_reset_timer(), the sock refcnt should be put when sock timer to be deleted is in pending state no matter what "probing_state" value of tipc sock is. Reviewed-by: Erik Hugne <erik.hugne@ericsson.com> Reviewed-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>