summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2012-09-19 19:41:19 +0530
committerVijay Bellur <vbellur@redhat.com>2012-12-12 00:16:07 -0500
commit892082589d3b4744e2f8682fecbd9d01f3d109fc (patch)
treee80c8872a97416784d77c7b157493a83e3a8aa01
parenta33a7c3dea45a28fbc83bd3ebd111f64815982a5 (diff)
performance/write-behind: Add missing memory accounting type
Change-Id: I578b41b721d1a4aca679e637082737dfcf6a3194 Reviewed-on: https://code.engineering.redhat.com/gerrit/1867 Reviewed-by: Vijay Bellur <vbellur@redhat.com> Tested-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r--xlators/performance/write-behind/src/write-behind-mem-types.h1
1 files changed, 1 insertions, 0 deletions
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