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