mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
5a61c36398
commit
05707b64ae
2 changed files with 8 additions and 8 deletions
|
@ -66,7 +66,7 @@ struct blk_mq_hw_ctx {
|
|||
#endif
|
||||
|
||||
/* Must be the last member - see also blk_mq_hw_ctx_size(). */
|
||||
struct srcu_struct queue_rq_srcu[0];
|
||||
struct srcu_struct srcu[0];
|
||||
};
|
||||
|
||||
struct blk_mq_tag_set {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue