233933
From 4fa3c0be983c3f99c2785036ded5ef5ab390419b Mon Sep 17 00:00:00 2001
233933
From: Pranith Kumar K <pkarampu@redhat.com>
233933
Date: Mon, 6 May 2019 15:57:16 +0530
233933
Subject: [PATCH 211/221] libglusterfs: Fix compilation when --disable-mempool
233933
 is used
233933
233933
Upstream patch:
233933
> BUG: 1193929
233933
> Upstream patch link: https://review.gluster.org/c/glusterfs/+/22665
233933
> Change-Id: I245c065b209bcce5db939b6a0a934ba6fd393b47
233933
> Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
233933
233933
Updates: bz#1722801
233933
Change-Id: I245c065b209bcce5db939b6a0a934ba6fd393b47
233933
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/174713
233933
Tested-by: RHGS Build Bot <nigelb@redhat.com>
233933
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
233933
---
233933
 libglusterfs/src/mem-pool.c | 5 +++++
233933
 1 file changed, 5 insertions(+)
233933
233933
diff --git a/libglusterfs/src/mem-pool.c b/libglusterfs/src/mem-pool.c
233933
index ca25ffc..df167b6 100644
233933
--- a/libglusterfs/src/mem-pool.c
233933
+++ b/libglusterfs/src/mem-pool.c
233933
@@ -616,6 +616,11 @@ void
233933
 mem_pools_fini(void)
233933
 {
233933
 }
233933
+void
233933
+mem_pool_thread_destructor(void)
233933
+{
233933
+}
233933
+
233933
 #endif
233933
 
233933
 struct mem_pool *
233933
-- 
233933
1.8.3.1
233933