Re: [PATCHv2 2/2] super1: check and output faulty dev role

2017-03-22 Thread Jinpu Wang
On Tue, Mar 21, 2017 at 8:55 PM, NeilBrown wrote: > On Mon, Mar 20 2017, Gioh Kim wrote: > >> From: Jack Wang >> >> Output the real dev role in examine_super1, it will help to >> find problem. >> >> Signed-off-by: Jack Wang >> Reviewed-by: Gioh Kim >> --- >> super1.c | 6 -- >> 1 file chan

Re: [PATCHv2 2/2] super1: check and output faulty dev role

2017-03-21 Thread NeilBrown
On Mon, Mar 20 2017, Gioh Kim wrote: > From: Jack Wang > > Output the real dev role in examine_super1, it will help to > find problem. > > Signed-off-by: Jack Wang > Reviewed-by: Gioh Kim > --- > super1.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/super1.c b

[PATCHv2 2/2] super1: check and output faulty dev role

2017-03-20 Thread Gioh Kim
From: Jack Wang Output the real dev role in examine_super1, it will help to find problem. Signed-off-by: Jack Wang Reviewed-by: Gioh Kim --- super1.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/super1.c b/super1.c index f3520ac..c903371 100644 --- a/super1.c +++