Re: [Cluster-devel] [GFS2 Patch][TRY 3] GFS2: Extend the life of the reservations structure

2012-05-15 Thread Steven Whitehouse
Hi, That doesn't appear to work for me, unfortunately: BUG: unable to handle kernel NULL pointer dereference at (null) IP: [a025c553] gfs2_inplace_reserve+0x33/0x4b0 [gfs2] PGD 0 Oops: 0002 [#1] PREEMPT SMP CPU 5 Modules linked in: gfs2 ebtable_nat ebtables x_tables bridge stp dlm

[Cluster-devel] [PATCH] cman init: allow sysconfig/cman to pass options to dlm_controld

2012-05-15 Thread Fabio M. Di Nitto
From: Fabio M. Di Nitto fdini...@redhat.com DLM_CONTROLD_OPTS= can now be used to pass startup options to the daemon. Resolves: rhbz#821016 Signed-off-by: Fabio M. Di Nitto fdini...@redhat.com --- cman/init.d/cman.in |5 - cman/init.d/cman.init.defaults.in |3 +++ 2

[Cluster-devel] [PATCH] cman init: add extra documentation for FENCE_JOIN=

2012-05-15 Thread Fabio M. Di Nitto
From: Fabio M. Di Nitto fdini...@redhat.com Related: rhbz#821016 Signed-off-by: Fabio M. Di Nitto fdini...@redhat.com --- cman/init.d/cman.in |3 +++ cman/init.d/cman.init.defaults.in |3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git

Re: [Cluster-devel] [patch] dlm: NULL dereference on failure in kmem_cache_create()

2012-05-15 Thread David Teigland
On Tue, May 15, 2012 at 11:58:12AM +0300, Dan Carpenter wrote: We aren't allowed to pass NULL pointers to kmem_cache_destroy() so if both allocations fail, it leads to a NULL dereference. thanks, added that to next branch.