In this case, 'sectors' can't be zero at all, so remove the check.

Signed-off-by: Ming Lei <[email protected]>
---
 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 a801f62a104b..05b6a3ef63f6 100644
--- a/block/blk-merge.c
+++ b/block/blk-merge.c
@@ -136,9 +136,7 @@ static struct bio *blk_bio_segment_split(struct 
request_queue *q,
                                nsegs++;
                                sectors = max_sectors;
                        }
-                       if (sectors)
-                               goto split;
-                       /* Make this single bvec as the 1st segment */
+                       goto split;
                }
 
                if (bvprvp && blk_queue_cluster(q)) {
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-block" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to