commit | cf8c0c6a3830583bd0e7c94933e155bf97cd162b | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@redhat.com> | Mon Dec 18 20:22:16 2017 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Jan 06 09:18:00 2018 -0700 |
tree | 735b2032c497a0c5e539a64302c2c4396d22de42 | |
parent | a2d37968d784363842f87820a21e106741d28004 [diff] |
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 split. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>