Re: [PATCH V5 4/8] block: move actual bio merge code into __elv_merge

2017-10-03 Thread Christoph Hellwig
On Sat, Sep 30, 2017 at 07:26:51PM +0800, Ming Lei wrote: > So that we can reuse __elv_merge() to merge bio > into requests from sw queue in the following patches. > > No functional change. There are very few callers of elv_merge, just update the function with the new parameters instead of introd

[PATCH V5 4/8] block: move actual bio merge code into __elv_merge

2017-09-30 Thread Ming Lei
So that we can reuse __elv_merge() to merge bio into requests from sw queue in the following patches. No functional change. Tested-by: Oleksandr Natalenko Tested-by: Tom Nguyen Tested-by: Paolo Valente Signed-off-by: Ming Lei --- block/elevator.c | 19 +-- 1 file changed, 13