From: NeilBrown Date: Thu, 27 Sep 2007 10:46:11 +0000 (+0200) Subject: Remove flush_dry_bio_endio X-Git-Tag: v2.6.24-rc1~1460^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24517d793f21edab1a411da95f2c45cb88a84aa;p=pandora-kernel.git Remove flush_dry_bio_endio The entire function of flush_dry_bio_endio is to undo the effects of bio_endio (when called on a barrier request). So remove the function and the call to bio_endio. This allows us to remove "bi_size" from "struct request_queue". Signed-off-by: Neil Brown ### Diffstat output ./block/ll_rw_blk.c | 39 ++------------------------------------- ./include/linux/blkdev.h | 1 - 2 files changed, 2 insertions(+), 38 deletions(-) diff .prev/block/ll_rw_blk.c ./block/ll_rw_blk.c Signed-off-by: Jens Axboe --- Reading git-diff-tree failed