[PATCH] Kill various deprecated/unused block layer defines/functions
Signed-off-by: Jens Axboe <axboe@suse.de>
This commit is contained in:
@@ -989,7 +989,6 @@ static inline void complete_buffers(struct bio *bio, int ok)
|
||||
xbh = bio->bi_next;
|
||||
bio->bi_next = NULL;
|
||||
|
||||
blk_finished_io(nr_sectors);
|
||||
bio_endio(bio, nr_sectors << 9, ok ? 0 : -EIO);
|
||||
|
||||
bio = xbh;
|
||||
|
Reference in New Issue
Block a user