Re: [PATCH v3 3/9] raid5: Don't reinvent the wheel but use existing llist API

2017-02-16 Thread Shaohua Li
On Tue, Feb 14, 2017 at 04:26:24PM +0900, Byungchul Park wrote: > Although llist provides proper APIs, they are not used. Make them used. This one has no dependence of previous patches, so I added to md tree. Thanks, Shaohua > Signed-off-by: Byungchul Park > --- >

Re: [PATCH v3 3/9] raid5: Don't reinvent the wheel but use existing llist API

2017-02-16 Thread Shaohua Li
On Tue, Feb 14, 2017 at 04:26:24PM +0900, Byungchul Park wrote: > Although llist provides proper APIs, they are not used. Make them used. This one has no dependence of previous patches, so I added to md tree. Thanks, Shaohua > Signed-off-by: Byungchul Park > --- > drivers/md/raid5.c | 6

[PATCH v3 3/9] raid5: Don't reinvent the wheel but use existing llist API

2017-02-13 Thread Byungchul Park
Although llist provides proper APIs, they are not used. Make them used. Signed-off-by: Byungchul Park --- drivers/md/raid5.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index 36c13e4..22a0326 100644

[PATCH v3 3/9] raid5: Don't reinvent the wheel but use existing llist API

2017-02-13 Thread Byungchul Park
Although llist provides proper APIs, they are not used. Make them used. Signed-off-by: Byungchul Park --- drivers/md/raid5.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index 36c13e4..22a0326 100644 --- a/drivers/md/raid5.c