summaryrefslogtreecommitdiffstats
path: root/xlators/performance/stat-prefetch/src/stat-prefetch-mem-types.h
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2010-08-28 01:10:02 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-08-28 04:47:37 -0700
commit3ff1dbc7ad46427f175e1592a63b14ad8493c350 (patch)
tree3b24083fab653d2ba242eefdc410ce6d647eb6fb /xlators/performance/stat-prefetch/src/stat-prefetch-mem-types.h
parent4a62b116eff66068bb16020093057708f4e106f8 (diff)
performance/stat-prefetch: while removing an entry from cache, remove it from caches stored in all opened fds.
Signed-off-by: Raghavendra G <raghavendra@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1414 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1414
Diffstat (limited to 'xlators/performance/stat-prefetch/src/stat-prefetch-mem-types.h')
-rw-r--r--xlators/performance/stat-prefetch/src/stat-prefetch-mem-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/stat-prefetch/src/stat-prefetch-mem-types.h b/xlators/performance/stat-prefetch/src/stat-prefetch-mem-types.h
index f3d25a8af71..bef86213eae 100644
--- a/xlators/performance/stat-prefetch/src/stat-prefetch-mem-types.h
+++ b/xlators/performance/stat-prefetch/src/stat-prefetch-mem-types.h
@@ -30,6 +30,7 @@ enum gf_sp_mem_types_ {
gf_sp_mt_sp_local_t,
gf_sp_mt_sp_inode_ctx_t,
gf_sp_mt_sp_private_t,
+ gf_sp_mt_fd_wrapper_t,
gf_sp_mt_end
};
#endif