diff options
Diffstat (limited to 'fs/buffer.c')
-rw-r--r-- | fs/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/buffer.c b/fs/buffer.c index 161be58c5cb0..306b720f7383 100644 --- a/fs/buffer.c +++ b/fs/buffer.c | |||
@@ -3038,7 +3038,7 @@ static void end_bio_bh_io_sync(struct bio *bio) | |||
3038 | if (unlikely(bio_flagged(bio, BIO_QUIET))) | 3038 | if (unlikely(bio_flagged(bio, BIO_QUIET))) |
3039 | set_bit(BH_Quiet, &bh->b_state); | 3039 | set_bit(BH_Quiet, &bh->b_state); |
3040 | 3040 | ||
3041 | bh->b_end_io(bh, !bio->bi_error); | 3041 | bh->b_end_io(bh, !bio->bi_status); |
3042 | bio_put(bio); | 3042 | bio_put(bio); |
3043 | } | 3043 | } |
3044 | 3044 | ||