tipc: remove redundant timer defined in tipc_sock struct
authorYing Xue <ying.xue@windriver.com>
Tue, 13 Jan 2015 09:07:48 +0000 (17:07 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jan 2015 21:45:55 +0000 (16:45 -0500)
commit3721e9c7c194f576fbd30926e98e0abb13c641b5
tree94b82a63c7403ccc57932a92ff1b164a5e1cff90
parent49ff2d3f040c133a9caeb862c9c2cd58a561d2c3
tipc: remove redundant timer defined in tipc_sock struct

Remove the redundant timer defined in tipc_sock structure, instead we
can directly reuse the sk_timer defined in sock structure.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Acked-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/socket.c