commit | f363b089be0a39fe4282c688118a51d21f952bc7 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Mar 30 13:39:16 2017 -0700 |
committer | Jens Axboe <axboe@fb.com> | Fri Mar 31 08:28:58 2017 -0600 |
tree | 67ef76e6c2f43898be5f8ff9caaf692132236f86 | |
parent | db5bcf87bb9e856e90c131d6e636a5550c2bbcd3 [diff] |
blk-mq: constify struct blk_mq_ops Constify all instances of blk_mq_ops, as they are never modified. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Jens Axboe <axboe@fb.com>