summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/patches/patch-bh
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2011-09-18 01:36:06 +0000
committermanu <manu@pkgsrc.org>2011-09-18 01:36:06 +0000
commit02865b208c45668af229ced7a59ff2c98a87ebde (patch)
tree5c3aab22014f5f0585cc09934a7b1ccb160e73d1 /filesystems/glusterfs/patches/patch-bh
parent3a384df7c6286f2da53188599ee92921c9138dc6 (diff)
downloadpkgsrc-02865b208c45668af229ced7a59ff2c98a87ebde.tar.gz
Update glusterfs to 3.2.3
This maintenance release with no new features. Majot bug fixes are: Bug 2464 Fixed all the issues caused by GFID mismatch during distribute rename. Bug 2988 Fixed the issue of high CPU usage when Directory Quota is enabled. Bug 3122 Enhanced the volume set interface to support io-threads on the client. Bug 3210 Fixed the issue of modified mtime/atime of the files after rebalance operation. Bug 3191 Fixed the issue with symlinks during rebalance operation.
Diffstat (limited to 'filesystems/glusterfs/patches/patch-bh')
-rw-r--r--filesystems/glusterfs/patches/patch-bh6
1 files changed, 3 insertions, 3 deletions
diff --git a/filesystems/glusterfs/patches/patch-bh b/filesystems/glusterfs/patches/patch-bh
index 05de590aab6..2aa9f38f5f3 100644
--- a/filesystems/glusterfs/patches/patch-bh
+++ b/filesystems/glusterfs/patches/patch-bh
@@ -1,12 +1,12 @@
-$NetBSD: patch-bh,v 1.5 2011/07/23 01:14:44 manu Exp $
+$NetBSD: patch-bh,v 1.6 2011/09/18 01:36:06 manu Exp $
NetBSD's <dirent.h> does a #defiine d_ino d_fileno. Since glusterfs
declares structs with d_ino members, we must include <dirent.h> early
so that d_ino get preprocessed into d_fileno conssitently.
Also define proper xdr types for NetBSD.
---- rpc/rpc-lib/src/xdr-common.h.orig 2011-07-14 14:21:10.000000000 +0200
-+++ rpc/rpc-lib/src/xdr-common.h 2011-07-22 09:00:19.000000000 +0200
+--- rpc/rpc-lib/src/xdr-common.h.orig 2011-08-23 14:31:38.000000000 +0200
++++ rpc/rpc-lib/src/xdr-common.h 2011-09-17 15:45:29.000000000 +0200
@@ -29,8 +29,13 @@
#include <sys/types.h>
#include <rpc/xdr.h>