]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: remove TIPC_NAMES_GONE node flag
authorYing Xue <ying.xue@windriver.com>
Mon, 5 May 2014 00:56:13 +0000 (08:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 May 2014 21:26:44 +0000 (17:26 -0400)
commitb2682f4530e5314bd7cf66eb73a2d29e5891bee9
treee82cd8f0140c9482e3b2e408e18afc6d12fd240a
parent405eb7c316df348b0e4698263671d7b74cfc5383
tipc: remove TIPC_NAMES_GONE node flag

Since previously what all publications pertaining to the lost node
were removed from name table was finished in tasklet context
asynchronously, we need to TIPC_NAMES_GONE flag indicating whether
the node cleanup work is finished or not. But now as the cleanup work
has been finished when node lock is released, the flag becomes
meaningless for us.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Reviewed-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/node.c
net/tipc/node.h