Re: [PATCH] raid1: factor out a common routine to handle the completion of sync write

2019-07-31 Thread Song Liu
On Fri, Jul 26, 2019 at 10:57 PM Hou Tao wrote: > > It's just code clean-up. > > Signed-off-by: Hou Tao Applied to my local branch. Thanks for the clean up. Song

[PATCH] raid1: factor out a common routine to handle the completion of sync write

2019-07-26 Thread Hou Tao
It's just code clean-up. Signed-off-by: Hou Tao --- drivers/md/raid1.c | 39 ++- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c index 1755d2233e4d..d73ed94764c1 100644 --- a/drivers/md/raid1.c +++