[Cluster-devel] fence-agents-4.0.10 release

2014-07-01 Thread Marek Grac
Welcome to the fence-agents 4.0.10 release. This release includes new fence agent for Docker (thanks to Ondrej Mular) and several bugfixes: * fence_scsi is reimplemented on top of fencing library * fence_zvm support distributed z/VM systems * support for --delay was added to fence_zvm * unmain

[Cluster-devel] [RFC PATCH] dlm: Remove unused conf from lm_grant

2014-07-01 Thread Joe Perches
While doing a bit of adding argument names to fs.h, I looked at lm_grant and it seems the 2nd argument is always NULL. How about removing it? This doesn't apply as it depends on some other patches but it should be clear enough... --- fs/dlm/plock.c | 8 fs/lockd/svclock.c | 12 +++

Re: [Cluster-devel] [RFC PATCH] dlm: Remove unused conf from lm_grant

2014-07-01 Thread Jeff Layton
On Tue, 01 Jul 2014 06:20:10 -0700 Joe Perches wrote: > While doing a bit of adding argument names to fs.h, > I looked at lm_grant and it seems the 2nd argument > is always NULL. > > How about removing it? > > This doesn't apply as it depends on some other patches > but it should be clear enoug

Re: [Cluster-devel] [RFC PATCH] dlm: Remove unused conf from lm_grant

2014-07-01 Thread David Teigland
On Tue, Jul 01, 2014 at 10:43:13AM -0400, Jeff Layton wrote: > On Tue, 01 Jul 2014 06:20:10 -0700 > Joe Perches wrote: > > > While doing a bit of adding argument names to fs.h, > > I looked at lm_grant and it seems the 2nd argument > > is always NULL. > > > > How about removing it? > > > > This

Re: [Cluster-devel] [RFC PATCH] dlm: Remove unused conf from lm_grant

2014-07-01 Thread Bob Peterson
- Original Message - > On Tue, Jul 01, 2014 at 10:43:13AM -0400, Jeff Layton wrote: > > On Tue, 01 Jul 2014 06:20:10 -0700 > > Joe Perches wrote: > > > > > While doing a bit of adding argument names to fs.h, > > > I looked at lm_grant and it seems the 2nd argument > > > is always NULL. >

Re: [Cluster-devel] [RFC PATCH] dlm: Remove unused conf from lm_grant

2014-07-01 Thread David Teigland
On Tue, Jul 01, 2014 at 01:16:32PM -0400, Bob Peterson wrote: > - Original Message - > > On Tue, Jul 01, 2014 at 10:43:13AM -0400, Jeff Layton wrote: > > > On Tue, 01 Jul 2014 06:20:10 -0700 > > > Joe Perches wrote: > > > > > > > While doing a bit of adding argument names to fs.h, > > > >