commit | 05707b64aed8f5f1674b25334fb720d651459d5e | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Jan 09 08:29:53 2018 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jan 09 09:31:15 2018 -0700 |
tree | 121598221971a290944d767f97ef83486b79fc88 | |
parent | 5a61c36398d0626bad377a7f5b9391b21e16e91d [diff] |
blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcu The RCU protection has been expanded to cover both queueing and completion paths making ->queue_rq_srcu a misnomer. Rename it to ->srcu as suggested by Bart. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Bart Van Assche <Bart.VanAssche@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>