From 892082589d3b4744e2f8682fecbd9d01f3d109fc Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Wed, 19 Sep 2012 19:41:19 +0530 Subject: performance/write-behind: Add missing memory accounting type Change-Id: I578b41b721d1a4aca679e637082737dfcf6a3194 Reviewed-on: https://code.engineering.redhat.com/gerrit/1867 Reviewed-by: Vijay Bellur Tested-by: Vijay Bellur --- xlators/performance/write-behind/src/write-behind-mem-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators') diff --git a/xlators/performance/write-behind/src/write-behind-mem-types.h b/xlators/performance/write-behind/src/write-behind-mem-types.h index 33b8d93c672..f64f429ce22 100644 --- a/xlators/performance/write-behind/src/write-behind-mem-types.h +++ b/xlators/performance/write-behind/src/write-behind-mem-types.h @@ -19,6 +19,7 @@ enum gf_wb_mem_types_ { gf_wb_mt_wb_request_t, gf_wb_mt_iovec, gf_wb_mt_wb_conf_t, + gf_wb_mt_wb_inode_t, gf_wb_mt_end }; #endif -- cgit