You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
blk-mq: make mq_ops a const pointer
We never change it, make that clear. Signed-off-by: Jens Axboe <axboe@fb.com> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
+1
-1
@@ -639,7 +639,7 @@ struct blk_mq_timeout_data {
|
||||
|
||||
void blk_mq_rq_timed_out(struct request *req, bool reserved)
|
||||
{
|
||||
struct blk_mq_ops *ops = req->q->mq_ops;
|
||||
const struct blk_mq_ops *ops = req->q->mq_ops;
|
||||
enum blk_eh_timer_return ret = BLK_EH_RESET_TIMER;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user