Re: [Cluster-devel] Re: [RFC PATCH] dlm: enhancing dlm_controld (pcmk) to be able to handle redundant rings

2009-10-26 Thread Jiaju Zhang
On Sat, Oct 24, 2009 at 4:51 AM, David Teigland teigl...@redhat.com wrote: On Fri, Oct 23, 2009 at 12:18:09PM -0700, Steven Dake wrote: On Fri, 2009-10-23 at 12:55 -0500, David Teigland wrote: On Fri, Oct 23, 2009 at 09:23:20PM +0800, Jiaju Zhang wrote: +    result =

[Cluster-devel] Re: linux-next: Tree for October 26 (gfs2)

2009-10-26 Thread Randy Dunlap
On Mon, 26 Oct 2009 17:21:04 +1100 Stephen Rothwell wrote: Hi all, Changes since 20091016: on i386: (.text+0x723a8b): undefined reference to `__divdi3' super.c::gfs2_statfs_change(): percent = (100 * l_sc-sc_free) / m_sc-sc_free; I guess it needs to use div64() etc. ---

[Cluster-devel] Re: linux-next: Tree for October 26 (gfs2)

2009-10-26 Thread Steven Whitehouse
Hi, On Mon, 2009-10-26 at 08:43 -0700, Randy Dunlap wrote: On Mon, 26 Oct 2009 17:21:04 +1100 Stephen Rothwell wrote: Hi all, Changes since 20091016: on i386: (.text+0x723a8b): undefined reference to `__divdi3' super.c::gfs2_statfs_change(): percent = (100 *

[Cluster-devel] [PATCH] GFS2: remove division from new statfs code

2009-10-26 Thread Benjamin Marzinski
It's not necessary to do any 64bit division for the statfs sync code, so remove it. Signed-off-by: Benjamin Marzinski bmarz...@redhat.com --- fs/gfs2/super.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) Index: gfs2-2.6-nmw/fs/gfs2/super.c