diff options
author | Jens Axboe <axboe@suse.de> | 2006-07-28 09:36:46 +0200 |
---|---|---|
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | 2006-09-30 20:29:38 +0200 |
commit | a3b05e8f58c95dfccbf2c824d0c68e5990571f24 (patch) | |
tree | 768aad0f032790df38b277eff062c47b6ecff533 /drivers/block/cciss.c | |
parent | 1ea25ecb7256978947c258f08a30c878eebe9edb (diff) | |
download | blackbird-op-linux-a3b05e8f58c95dfccbf2c824d0c68e5990571f24.tar.gz blackbird-op-linux-a3b05e8f58c95dfccbf2c824d0c68e5990571f24.zip |
[PATCH] Kill various deprecated/unused block layer defines/functions
Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r-- | drivers/block/cciss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 2cd3391ff878..c211065ad829 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c @@ -1229,7 +1229,6 @@ static inline void complete_buffers(struct bio *bio, int status) int nr_sectors = bio_sectors(bio); bio->bi_next = NULL; - blk_finished_io(len); bio_endio(bio, nr_sectors << 9, status ? 0 : -EIO); bio = xbh; } |