aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/config.c
diff options
context:
space:
mode:
authorRichard Alpe <[email protected]>2015-02-09 08:50:10 +0000
committerDavid S. Miller <[email protected]>2015-02-09 21:20:48 +0000
commit44a8ae94fd5525aa06a8c71cb52efbc418fb8b7c (patch)
tree7ccc0602ea66ed8b811a423fbcd0f7745127067d /net/tipc/config.c
parenttipc: convert legacy nl link stat reset to nl compat (diff)
downloadkernel-44a8ae94fd5525aa06a8c71cb52efbc418fb8b7c.tar.gz
kernel-44a8ae94fd5525aa06a8c71cb52efbc418fb8b7c.zip
tipc: convert legacy nl name table dump to nl compat
Add functionality for printing a dump header and convert TIPC_CMD_SHOW_NAME_TABLE to compat dumpit. Signed-off-by: Richard Alpe <[email protected]> Reviewed-by: Erik Hugne <[email protected]> Reviewed-by: Ying Xue <[email protected]> Reviewed-by: Jon Maloy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/config.c')
-rw-r--r--net/tipc/config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/tipc/config.c b/net/tipc/config.c
index 11c16d191fa2..7b053fcc4b87 100644
--- a/net/tipc/config.c
+++ b/net/tipc/config.c
@@ -209,10 +209,6 @@ struct sk_buff *tipc_cfg_do_cmd(struct net *net, u32 orig_node, u16 cmd,
rep_tlv_buf = tipc_node_get_nodes(net, req_tlv_area,
req_tlv_space);
break;
- case TIPC_CMD_SHOW_NAME_TABLE:
- rep_tlv_buf = tipc_nametbl_get(net, req_tlv_area,
- req_tlv_space);
- break;
case TIPC_CMD_GET_MEDIA_NAMES:
rep_tlv_buf = tipc_media_get_names();
break;