summaryrefslogtreecommitdiff
path: root/sys-cluster/glusterfs/files/glusterfs-11.0-fix-crash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/glusterfs/files/glusterfs-11.0-fix-crash.patch')
-rw-r--r--sys-cluster/glusterfs/files/glusterfs-11.0-fix-crash.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-cluster/glusterfs/files/glusterfs-11.0-fix-crash.patch b/sys-cluster/glusterfs/files/glusterfs-11.0-fix-crash.patch
deleted file mode 100644
index 6a4a1ec517ab..000000000000
--- a/sys-cluster/glusterfs/files/glusterfs-11.0-fix-crash.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-# https://bugs.gentoo.org/911588
-# https://github.com/gluster/glusterfs/issues/4192
-# https://github.com/gluster/glusterfs/pull/4196
-diff --git a/libglusterfs/src/glusterfs/mem-pool.h b/libglusterfs/src/glusterfs/mem-pool.h
-index 46f764f56e5..416b7ddf1e3 100644
---- a/libglusterfs/src/glusterfs/mem-pool.h
-+++ b/libglusterfs/src/glusterfs/mem-pool.h
-@@ -297,7 +297,7 @@ typedef struct per_thread_pool_list {
- * in the implementation code so we just make it a single-element array
- * here.
- */
-- per_thread_pool_t pools[];
-+ per_thread_pool_t pools[1];
- } per_thread_pool_list_t;
-
- /* actual pool structure, shared between different mem_pools */