[PATCH 002 of 3] md: raid6: clean up the style of raid6test/test.c

2007-12-06 Thread NeilBrown
From: "H. Peter Anvin" <[EMAIL PROTECTED]> Date: Fri, 26 Oct 2007 11:22:42 -0700 Clean up the coding style in raid6test/test.c. Break it apart into subfunctions to make the code more readable. Signed-off-by: H. Peter Anvin <[EMAIL PROTECTED]> Signed-off-by: Neil Brown <[EMAIL PROTECTED]> ### D

[PATCH] raid6: clean up the style of mktables.c and its output

2007-10-26 Thread H. Peter Anvin
Make both mktables.c and its output CodingStyle compliant. Update the copyright notice. Signed-off-by: H. Peter Anvin <[EMAIL PROTECTED]> --- drivers/md/mktables.c | 166 +++-- 1 files changed, 79 insertions(+), 87 deletions(-) diff --git a/drivers/m

[PATCH] raid6: clean up the style of raid6test/test.c

2007-10-26 Thread H. Peter Anvin
Clean up the coding style in raid6test/test.c. Break it apart into subfunctions to make the code more readable. Signed-off-by: H. Peter Anvin <[EMAIL PROTECTED]> --- drivers/md/raid6test/test.c | 117 +-- 1 files changed, 69 insertions(+), 48 deletions(-)

RE: RAID6 clean?

2007-08-17 Thread Guy Watkins
} -Original Message- } From: [EMAIL PROTECTED] [mailto:linux-raid- } [EMAIL PROTECTED] On Behalf Of Neil Brown } Sent: Monday, June 04, 2007 2:59 AM } To: Guy Watkins } Cc: 'linux-raid' } Subject: Re: RAID6 clean? } } On Monday June 4, [EMAIL PROTECTED] wrote: } > I have a RA

Re: RAID6 clean?

2007-06-03 Thread Neil Brown
On Monday June 4, [EMAIL PROTECTED] wrote: > I have a RAID6 array. 1 drive is bad and now un-plugged because the system > hangs waiting on the disk. > > The system won't boot because / is "not clean". I booted a rescue CD and > managed to start my arrays using --force. I tried to stop and start

RAID6 clean?

2007-06-03 Thread Guy Watkins
I have a RAID6 array. 1 drive is bad and now un-plugged because the system hangs waiting on the disk. The system won't boot because / is "not clean". I booted a rescue CD and managed to start my arrays using --force. I tried to stop and start the arrays but they still required --force. I then

[PATCH 002 of 6] md: RAID6: clean up CPUID and FPU enter/exit code

2007-02-19 Thread NeilBrown
From: "H. Peter Anvin" <[EMAIL PROTECTED]> - Use kernel_fpu_begin() and kernel_fpu_end() - Use boot_cpu_has() for feature testing even in userspace Signed-off-by: H. Peter Anvin <[EMAIL PROTECTED]> Signed-off-by: Neil Brown <[EMAIL PROTECTED]> ### Diffstat output ./drivers/md/raid6mmx.c | 1

Re: [md] RAID6: clean up CPUID and FPU enter/exit code

2007-02-08 Thread H. Peter Anvin
My apologies for the screwed-up 'To:' line in the previous email... I did -s `head -1 file` instead of -s "`head -1 file`" by mistake [:^O -hpa (who is going to bed now...) - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to [EMAIL PROTECTE