From 3ff1dbc7ad46427f175e1592a63b14ad8493c350 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Sat, 28 Aug 2010 01:10:02 +0000 Subject: performance/stat-prefetch: while removing an entry from cache, remove it from caches stored in all opened fds. Signed-off-by: Raghavendra G Signed-off-by: Vijay Bellur BUG: 1414 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1414 --- xlators/performance/stat-prefetch/src/stat-prefetch-mem-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/performance/stat-prefetch/src/stat-prefetch-mem-types.h') 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 f3d25a8af..bef86213e 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 -- cgit