]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tipc: purge signal handler infrastructure
authorYing Xue <ying.xue@windriver.com>
Mon, 5 May 2014 00:56:18 +0000 (08:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 May 2014 21:26:45 +0000 (17:26 -0400)
commit52ff872055e06af10f94b8853c946f07ed8a0672
treef8a32816ff224eddbc8a8b18e5b83cdf8b5b5f81
parent3f5a12bd9f9a61d8a12f9adf778b14e4bb8ca050
tipc: purge signal handler infrastructure

In the previous commits of this series, we removed all asynchronous
actions which were based on the tasklet handler - "tipc_k_signal()".

So the moment has now come when we can completely remove the tasklet
handler infrastructure. That is done with this commit.

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/Makefile
net/tipc/core.c
net/tipc/core.h
net/tipc/handler.c [deleted file]