Re: [PATCH 4/4] raid6: Add severity levels to raid6 initialization messages

2014-03-11 Thread Andy Lutomirski
On Sat, Mar 8, 2014 at 11:14 AM, Paul Bolle wrote: > On Sat, 2014-03-08 at 10:58 -0800, Andy Lutomirski wrote: >> Some of them are errors; some are not. Annotate them accordingly. >> >> Signed-off-by: Andy Lutomirski >> --- >> lib/raid6/algos.c | 13 +++-- >> 1 file changed, 7

Re: [PATCH 4/4] raid6: Add severity levels to raid6 initialization messages

2014-03-11 Thread Andy Lutomirski
On Sat, Mar 8, 2014 at 11:14 AM, Paul Bolle pebo...@tiscali.nl wrote: On Sat, 2014-03-08 at 10:58 -0800, Andy Lutomirski wrote: Some of them are errors; some are not. Annotate them accordingly. Signed-off-by: Andy Lutomirski l...@amacapital.net --- lib/raid6/algos.c | 13 +++-- 1

Re: [PATCH 4/4] raid6: Add severity levels to raid6 initialization messages

2014-03-08 Thread Paul Bolle
On Sat, 2014-03-08 at 10:58 -0800, Andy Lutomirski wrote: > Some of them are errors; some are not. Annotate them accordingly. > > Signed-off-by: Andy Lutomirski > --- > lib/raid6/algos.c | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git a/lib/raid6/algos.c

[PATCH 4/4] raid6: Add severity levels to raid6 initialization messages

2014-03-08 Thread Andy Lutomirski
Some of them are errors; some are not. Annotate them accordingly. Signed-off-by: Andy Lutomirski --- lib/raid6/algos.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/raid6/algos.c b/lib/raid6/algos.c index f0b1aa3..6edc821 100644 --- a/lib/raid6/algos.c

[PATCH 4/4] raid6: Add severity levels to raid6 initialization messages

2014-03-08 Thread Andy Lutomirski
Some of them are errors; some are not. Annotate them accordingly. Signed-off-by: Andy Lutomirski l...@amacapital.net --- lib/raid6/algos.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/raid6/algos.c b/lib/raid6/algos.c index f0b1aa3..6edc821 100644 ---

Re: [PATCH 4/4] raid6: Add severity levels to raid6 initialization messages

2014-03-08 Thread Paul Bolle
On Sat, 2014-03-08 at 10:58 -0800, Andy Lutomirski wrote: Some of them are errors; some are not. Annotate them accordingly. Signed-off-by: Andy Lutomirski l...@amacapital.net --- lib/raid6/algos.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git