diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2017-08-29 11:54:37 +0900 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-08-29 09:49:31 -0600 |
commit | 5034435c84bea5e92c6a7dee70b51f0c0e441a51 (patch) | |
tree | 4efd5fc204c85bbfc2a5be9fc57a1bc52f228196 /block/blk.h | |
parent | 6fd5b91dab08106822f3c95a343e6724e88f0951 (diff) | |
download | linux-5034435c84bea5e92c6a7dee70b51f0c0e441a51.tar.gz linux-5034435c84bea5e92c6a7dee70b51f0c0e441a51.tar.bz2 linux-5034435c84bea5e92c6a7dee70b51f0c0e441a51.zip |
block: Make blk_dequeue_request() static
The only caller of this function is blk_start_request() in the same
file. Fix blk_start_request() description accordingly.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk.h')
-rw-r--r-- | block/blk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk.h b/block/blk.h index fde8b351c166..fcb9775b997d 100644 --- a/block/blk.h +++ b/block/blk.h @@ -64,7 +64,6 @@ void blk_rq_bio_prep(struct request_queue *q, struct request *rq, struct bio *bio); void blk_queue_bypass_start(struct request_queue *q); void blk_queue_bypass_end(struct request_queue *q); -void blk_dequeue_request(struct request *rq); void __blk_queue_free_tags(struct request_queue *q); void blk_freeze_queue(struct request_queue *q); |