Re: [PATCH 06/19] dlm: align midcomms message buffer

2008-01-28 Thread Fabio M. Di Nitto
On Sat, 26 Jan 2008, Andrew Morton wrote: On Thu, 24 Jan 2008 10:50:29 -0600 David Teigland <[EMAIL PROTECTED]> wrote: From: Fabio M. Di Nitto <[EMAIL PROTECTED]> gcc does not guarantee that a static buffer is 64bit aligned. This change allows sparc64 to work. This buffer is not static:

Re: [PATCH 06/19] dlm: align midcomms message buffer

2008-01-28 Thread Fabio M. Di Nitto
On Sat, 26 Jan 2008, Andrew Morton wrote: On Thu, 24 Jan 2008 10:50:29 -0600 David Teigland [EMAIL PROTECTED] wrote: From: Fabio M. Di Nitto [EMAIL PROTECTED] gcc does not guarantee that a static buffer is 64bit aligned. This change allows sparc64 to work. This buffer is not static:

Re: [PATCH 06/19] dlm: align midcomms message buffer

2008-01-26 Thread Fabio M. Di Nitto
On Sat, 26 Jan 2008, Andrew Morton wrote: On Thu, 24 Jan 2008 10:50:29 -0600 David Teigland <[EMAIL PROTECTED]> wrote: From: Fabio M. Di Nitto <[EMAIL PROTECTED]> gcc does not guarantee that a static buffer is 64bit aligned. This change allows sparc64 to work. This buffer is not static:

Re: [PATCH 06/19] dlm: align midcomms message buffer

2008-01-26 Thread Andrew Morton
> On Thu, 24 Jan 2008 10:50:29 -0600 David Teigland <[EMAIL PROTECTED]> wrote: > From: Fabio M. Di Nitto <[EMAIL PROTECTED]> > > gcc does not guarantee that a static buffer is 64bit aligned. This change > allows sparc64 to work. > This buffer is not static: changelog needs fixing:

Re: [PATCH 06/19] dlm: align midcomms message buffer

2008-01-26 Thread Andrew Morton
On Thu, 24 Jan 2008 10:50:29 -0600 David Teigland [EMAIL PROTECTED] wrote: From: Fabio M. Di Nitto [EMAIL PROTECTED] gcc does not guarantee that a static buffer is 64bit aligned. This change allows sparc64 to work. This buffer is not static: changelog needs fixing: s/static/auto/ ---

Re: [PATCH 06/19] dlm: align midcomms message buffer

2008-01-26 Thread Fabio M. Di Nitto
On Sat, 26 Jan 2008, Andrew Morton wrote: On Thu, 24 Jan 2008 10:50:29 -0600 David Teigland [EMAIL PROTECTED] wrote: From: Fabio M. Di Nitto [EMAIL PROTECTED] gcc does not guarantee that a static buffer is 64bit aligned. This change allows sparc64 to work. This buffer is not static:

[PATCH 06/19] dlm: align midcomms message buffer

2008-01-24 Thread David Teigland
From: Fabio M. Di Nitto <[EMAIL PROTECTED]> gcc does not guarantee that a static buffer is 64bit aligned. This change allows sparc64 to work. Signed-off-by: Fabio M. Di Nitto <[EMAIL PROTECTED]> Signed-off-by: David Teigland <[EMAIL PROTECTED]> --- fs/dlm/midcomms.c |2 +- 1 files changed,

[PATCH 06/19] dlm: align midcomms message buffer

2008-01-24 Thread David Teigland
From: Fabio M. Di Nitto [EMAIL PROTECTED] gcc does not guarantee that a static buffer is 64bit aligned. This change allows sparc64 to work. Signed-off-by: Fabio M. Di Nitto [EMAIL PROTECTED] Signed-off-by: David Teigland [EMAIL PROTECTED] --- fs/dlm/midcomms.c |2 +- 1 files changed, 1