]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: don't log disabled tasklet handler errors
authorErik Hugne <erik.hugne@ericsson.com>
Thu, 6 Mar 2014 13:40:21 +0000 (14:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2014 19:46:24 +0000 (14:46 -0500)
commitb9ef79ab1662d4bf7c47dfa3980cbb5e6029182e
tree399fe3c584aaf3a9c71d770e5ae00d55e50e0841
parent7461c4499070b53707e7fde9ba5aa84a4bda8e24
tipc: don't log disabled tasklet handler errors

Failure to schedule a TIPC tasklet with tipc_k_signal because the
tasklet handler is disabled is not an error. It means TIPC is
currently in the process of shutting down. We remove the error
logging in this case.

Signed-off-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/handler.c