[Cluster-devel] [PATCH] gfs2_edit: Fix savemeta compression for older zlibs

2011-06-15 Thread Andrew Price
gzdopen in zlib 1.2.3 parses the mode string in a different way to subsequent versions and the mode string we use causes the older gzwrite to fail with EBADF. This patch fixes the mode string so that the gzwrites succeed with the old and new zlibs. Signed-off-by: Andrew Price anpr...@redhat.com

Re: [Cluster-devel] [PATCH] gfs2_edit: Fix savemeta compression for older zlibs

2011-06-15 Thread Steven Whitehouse
Hi, Looks good to me, Steve. On Wed, 2011-06-15 at 13:18 +0100, Andrew Price wrote: gzdopen in zlib 1.2.3 parses the mode string in a different way to subsequent versions and the mode string we use causes the older gzwrite to fail with EBADF. This patch fixes the mode string so that the

[Cluster-devel] [PATCH RHEL6] gfs2_edit: Fix savemeta compression for older zlibs

2011-06-15 Thread Andrew Price
gzdopen in zlib 1.2.3 parses the mode string in a different way to subsequent versions and the mode string we use causes the older gzwrite to fail with EBADF. This patch fixes the mode string so that the gzwrites succeed with the old and new zlibs. rhbz#702313 Signed-off-by: Andrew Price

Re: [Cluster-devel] [PATCH RHEL6] gfs2_edit: Fix savemeta compression for older zlibs

2011-06-15 Thread Steven Whitehouse
Hi, Looks good, Steve. On Wed, 2011-06-15 at 14:10 +0100, Andrew Price wrote: gzdopen in zlib 1.2.3 parses the mode string in a different way to subsequent versions and the mode string we use causes the older gzwrite to fail with EBADF. This patch fixes the mode string so that the gzwrites

[Cluster-devel] [PATCH][GFS2] Bouncing locks in a cluster is slow in GFS2 - Try #3

2011-06-15 Thread Bob Peterson
Hi, This is a rebase of a patch I sent on January 26, 2011. Now that we've resolved the other pending issues blocking this one, I'm submitting it again. This patch is a performance improvement for GFS2 in a clustered environment. It makes the glock hold time self-adjusting. Regards, Bob