summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorRinku Kothiya <rkothiya@redhat.com>2021-01-12 07:04:31 +0000
committerXavi Hernandez <xhernandez@users.noreply.github.com>2021-01-18 16:31:20 +0100
commit541d78c4b417249a0c42ec18733e4e5c510b93dd (patch)
treec16425f40f84c83673946befca5535072cce999b /libglusterfs
parent3813ffafb12d20d2b728d43b3f0eb5201e6fb7c2 (diff)
downloadglusterfs-541d78c4b417249a0c42ec18733e4e5c510b93dd.tar.gz
glusterfs-541d78c4b417249a0c42ec18733e4e5c510b93dd.tar.xz
glusterfs-541d78c4b417249a0c42ec18733e4e5c510b93dd.zip
Removing unused memory allocation
Removing extra unused type. Removing leftovers from the RDMA Fixes: #904 Change-Id: Id5d28622120578b7076d112e355ad8df116021dd Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/glusterfs/mem-types.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/libglusterfs/src/glusterfs/mem-types.h b/libglusterfs/src/glusterfs/mem-types.h
index d45d5b68c9..379e6af7a0 100644
--- a/libglusterfs/src/glusterfs/mem-types.h
+++ b/libglusterfs/src/glusterfs/mem-types.h
@@ -20,7 +20,6 @@ enum gf_common_mem_types_ {
gf_common_mt_fdtable_t, /* used only in one location */
gf_common_mt_fd_ctx, /* used only in one location */
gf_common_mt_gf_dirent_t,
- gf_common_mt_inode_t, /* used only in one location */
gf_common_mt_inode_ctx, /* used only in one location */
gf_common_mt_list_head,
gf_common_mt_inode_table_t, /* used only in one location */
@@ -55,16 +54,8 @@ enum gf_common_mem_types_ {
gf_common_mt_rpc_trans_pollin_t, /* used only in one location */
gf_common_mt_rpc_trans_reqinfo_t, /* used only in one location */
gf_common_mt_glusterfs_graph_t,
- gf_common_mt_rdma_private_t, /* used only in one location */
- gf_common_mt_rpc_transport_t, /* used only in one location */
- gf_common_mt_rdma_post_t, /* used only in one location */
- gf_common_mt_qpent, /* used only in one location */
- gf_common_mt_rdma_device_t, /* used only in one location */
- gf_common_mt_rdma_arena_mr, /* used only in one location */
- gf_common_mt_sge, /* used only in one location */
gf_common_mt_rpcclnt_cb_program_t, /* used only in one location */
gf_common_mt_libxl_marker_local, /* used only in one location */
- gf_common_mt_graph_buf, /* used only in one location */
gf_common_mt_trie_trie, /* used only in one location */
gf_common_mt_trie_data, /* used only in one location */
gf_common_mt_trie_node, /* used only in one location */
@@ -96,7 +87,6 @@ enum gf_common_mem_types_ {
gf_common_mt_strfd_data_t, /* used only in one location */
gf_common_mt_regex_t, /* used only in one location */
gf_common_mt_ereg, /* used only in one location */
- gf_common_mt_wr, /* used only in one location */
gf_common_mt_dnscache, /* used only in one location */
gf_common_mt_dnscache_entry, /* used only in one location */
gf_common_mt_parser_t, /* used only in one location */
@@ -115,12 +105,8 @@ enum gf_common_mem_types_ {
gf_common_mt_syncenv, /* used only in one location */
gf_common_mt_scan_data, /* used only in one location */
gf_common_list_node,
- gf_mt_default_args_t, /* used only in one location */
- gf_mt_default_args_cbk_t, /* used only in one location */
/*used for compound fops*/
- gf_mt_compound_req_t, /* used only in one location */
- gf_mt_compound_rsp_t, /* used only in one location */
- gf_common_mt_tw_ctx, /* used only in one location */
+ gf_common_mt_tw_ctx, /* used only in one location */
gf_common_mt_tw_timer_list,
/*lock migration*/
gf_common_mt_lock_mig,