Re: [PATCH v3 23/49] block: blk-merge: remove unnecessary check
Looks good, and another candidate for a prep series: Reviewed-by: Christoph Hellwig
[PATCH v3 23/49] block: blk-merge: remove unnecessary check
In this case, 'sectors' can't be zero at all, so remove the check and let the bio be splitted. Signed-off-by: Ming Lei --- block/blk-merge.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/block/blk-merge.c b/block/blk-merge.c index aeb8933e6cae..ac217fce4921 100644 --- a/