Re: [Cluster-devel] [PATCH] Finally eradicate CONFIG_HOTPLUG

2013-05-21 Thread Stephen Rothwell
Hi Peter, On Tue, 21 May 2013 12:13:49 +0200 Peter Stuge wrote: > > Are you changing the code to have HOTPLUG always -on- or -off- ? > > From the commit message I had expected always -on-. Yes, it has been that way for some time. > Stephen Rothwell wrote: > > --- a/include/asm-generic/vmlinux.

[Cluster-devel] [GFS2 Patch] GFS2: Eliminate gfs2_rg_lops

2013-05-21 Thread Bob Peterson
Hi, With recent changes to the transactions, it appears that we are no longer using the "log ops" for resource groups. Since the log commit code processes the array of log ops, eliminating this should be marginally better for performance. Therefore this patch eliminates it. Regards, Bob Peterson

[Cluster-devel] GFS2: Fix typo in gfs2_log_end_write loop

2013-05-21 Thread Steven Whitehouse
>From c80281c098b6808353d3e0874a77751c92aaf7bd Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Tue, 21 May 2013 12:49:07 +0100 Subject: [PATCH] GFS2: Fix typo in gfs2_log_end_write loop There was a missing _all in this loop iterator Signed-off-by: Steven Whitehouse diff --git a/fs/gfs2/

Re: [Cluster-devel] [PATCH] Finally eradicate CONFIG_HOTPLUG

2013-05-21 Thread Mauro Carvalho Chehab
Em Tue, 21 May 2013 13:49:35 +1000 Stephen Rothwell escreveu: > Ever since commit 45f035ab9b8f ("CONFIG_HOTPLUG should be always on"), > it has been basically impossible to build a kernel with CONFIG_HOTPLUG > turned off. Remove all the remaining references to it. > > Cc: linux-a...@vger.kernel

Re: [Cluster-devel] [PATCH] Finally eradicate CONFIG_HOTPLUG

2013-05-21 Thread Peter Stuge
Are you changing the code to have HOTPLUG always -on- or -off- ? From the commit message I had expected always -on-. Stephen Rothwell wrote: > --- a/include/asm-generic/vmlinux.lds.h > +++ b/include/asm-generic/vmlinux.lds.h > @@ -68,14 +68,6 @@ > * are handled as text/data or they can be disc

Re: [Cluster-devel] [PATCH] Finally eradicate CONFIG_HOTPLUG

2013-05-21 Thread Hans Verkuil
On Tue 21 May 2013 05:49:35 Stephen Rothwell wrote: > Ever since commit 45f035ab9b8f ("CONFIG_HOTPLUG should be always on"), > it has been basically impossible to build a kernel with CONFIG_HOTPLUG > turned off. Remove all the remaining references to it. > > Cc: linux-a...@vger.kernel.org > Cc: R