summaryrefslogtreecommitdiffstats
path: root/xlators/features/index/src/index-mem-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/index/src/index-mem-types.h')
-rw-r--r--xlators/features/index/src/index-mem-types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/features/index/src/index-mem-types.h b/xlators/features/index/src/index-mem-types.h
index f5d456e84be..a663d76023d 100644
--- a/xlators/features/index/src/index-mem-types.h
+++ b/xlators/features/index/src/index-mem-types.h
@@ -15,9 +15,9 @@
enum gf_index_mem_types_ {
gf_index_mt_priv_t = gf_common_mt_end + 1,
- gf_index_inode_ctx_t = gf_common_mt_end + 2,
- gf_index_fd_ctx_t = gf_common_mt_end + 3,
- gf_index_mt_local_t = gf_common_mt_end + 4,
+ gf_index_inode_ctx_t,
+ gf_index_fd_ctx_t,
+ gf_index_mt_local_t,
gf_index_mt_end
};
#endif