aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/handler.c
diff options
context:
space:
mode:
authorErik Hugne <[email protected]>2014-03-06 13:40:19 +0000
committerDavid S. Miller <[email protected]>2014-03-06 19:46:23 +0000
commitedcc0511b5ee7235282a688cd604e3ae7f9e1fc9 (patch)
tree08ca164fb87ec0848efef992466a08d6469bbb8b /net/tipc/handler.c
parenttipc: avoid to unnecessary process switch under non-block mode (diff)
downloadkernel-edcc0511b5ee7235282a688cd604e3ae7f9e1fc9.tar.gz
kernel-edcc0511b5ee7235282a688cd604e3ae7f9e1fc9.zip
tipc: drop subscriber connection id invalidation
When a topology server subscriber is disconnected, the associated connection id is set to zero. A check vs zero is then done in the subscription timeout function to see if the subscriber have been shut down. This is unnecessary, because all subscription timers will be cancelled when a subscriber terminates. Setting the connection id to zero is actually harmful because id zero is the identity of the topology server listening socket, and can cause a race that leads to this socket being closed instead. Signed-off-by: Erik Hugne <[email protected]> Acked-by: Ying Xue <[email protected]> Reviewed-by: Jon Maloy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/handler.c')
0 files changed, 0 insertions, 0 deletions