commit | c901d26d4a8137f3ad0e5865d331f7c63c42d9f9 | [log] [tgz] |
---|---|---|
author | Jon Maloy <jon.maloy@ericsson.com> | Thu Feb 15 10:40:43 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 16 15:26:33 2018 -0500 |
tree | 89ff5b5f5fd1cb4f4c5c002cd2ada9353154d70d | |
parent | 27469b7352b5197cffa0e3dadb5f1127f055da27 [diff] |
tipc: remove unnecessary function pointers Interaction between the functionality in server.c and subscr.c is done via function pointers installed in struct server. This makes the code harder to follow, and doesn't serve any obvious purpose. Here, we replace the function pointers with direct function calls. Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>