diff options
author | Christoph Hellwig <hch@lst.de> | 2017-06-16 12:15:18 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-06-18 12:08:55 -0400 |
commit | 6e15cf2a0bc1a75237ed8ae6293db707e471bb81 (patch) | |
tree | e6f9dd28c0d97196bbb7bfa02ae0236314eafb53 /block/blk-mq.h | |
parent | b2ee7d46befc43e355ffaf7bfabb00e7a901b3a0 (diff) |
blk-mq: mark blk_mq_rq_ctx_init static
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-mq.h')
-rw-r--r-- | block/blk-mq.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/blk-mq.h b/block/blk-mq.h index cc67b48e3551..806fed53f607 100644 --- a/block/blk-mq.h +++ b/block/blk-mq.h | |||
@@ -131,8 +131,6 @@ static inline struct blk_mq_tags *blk_mq_tags_from_data(struct blk_mq_alloc_data | |||
131 | /* | 131 | /* |
132 | * Internal helpers for request allocation/init/free | 132 | * Internal helpers for request allocation/init/free |
133 | */ | 133 | */ |
134 | void blk_mq_rq_ctx_init(struct request_queue *q, struct blk_mq_ctx *ctx, | ||
135 | struct request *rq, unsigned int op); | ||
136 | void __blk_mq_finish_request(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx, | 134 | void __blk_mq_finish_request(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx, |
137 | struct request *rq); | 135 | struct request *rq); |
138 | void blk_mq_finish_request(struct request *rq); | 136 | void blk_mq_finish_request(struct request *rq); |