]> 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)
commitab48511d7c5c6f0a59ed513db34970525471a1e8
treee82cd8f0140c9482e3b2e408e18afc6d12fd240a
parentcf00afa46bbc938815e0aff02922a866e4d3e133
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