X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=block%2Fblk.h;h=ccde6e6f1736096ff59cfbe17c782e661bb762c8;hb=76f12e632a15a20c8de3532d64a0708cf0e32f11;hp=b4fed2033e48f1a881b62305dc54944fa70e299f;hpb=42eb8fdac2fc5d62392dcfcf0253753e821a97b0;p=linux-2.6-microblaze.git diff --git a/block/blk.h b/block/blk.h index b4fed2033e48..ccde6e6f1736 100644 --- a/block/blk.h +++ b/block/blk.h @@ -271,7 +271,7 @@ void __blk_account_io_done(struct request *req, u64 now); */ #define ELV_ON_HASH(rq) ((rq)->rq_flags & RQF_HASHED) -bool blk_insert_flush(struct request *rq); +void blk_insert_flush(struct request *rq); int elevator_switch_mq(struct request_queue *q, struct elevator_type *new_e);