diff options
-rw-r--r-- | block/bio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bio.c b/block/bio.c index e4682ec11fcd..0fde6e0e81f2 100644 --- a/block/bio.c +++ b/block/bio.c | |||
@@ -1746,7 +1746,7 @@ static inline bool bio_remaining_done(struct bio *bio) | |||
1746 | void bio_endio(struct bio *bio) | 1746 | void bio_endio(struct bio *bio) |
1747 | { | 1747 | { |
1748 | again: | 1748 | again: |
1749 | if (unlikely(!bio_remaining_done(bio))) | 1749 | if (!bio_remaining_done(bio)) |
1750 | return; | 1750 | return; |
1751 | 1751 | ||
1752 | /* | 1752 | /* |