From c41592c79c612237cd10acbfa4a59b85dcce402b Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 10 Aug 2018 15:49:17 +0530 Subject: glusterd: remove the unused databuf in rebalance structure While it is a one line fix, it allows a significant unwanted memory being allocated for defrag structure. Updates: bz#1193929 Change-Id: Idda70d1d3dc0e7be56c35e872aa6edfaf752290d Signed-off-by: Amar Tumballi --- xlators/mgmt/glusterd/src/glusterd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/mgmt') diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h index 39232d2d5eb..c2a69c79419 100644 --- a/xlators/mgmt/glusterd/src/glusterd.h +++ b/xlators/mgmt/glusterd/src/glusterd.h @@ -287,7 +287,6 @@ struct glusterd_defrag_info_ { struct rpc_clnt *rpc; uint32_t connected; char mount[1024]; - char databuf[131072]; struct gf_defrag_brickinfo_ *bricks; /* volinfo->brick_count */ defrag_cbk_fn_t cbk_fn; -- cgit