diff options
author | Fanjun Kong <bh1scw@gmail.com> | 2022-05-16 19:39:30 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-05-17 14:12:23 +0200 |
commit | 77c570a1ea85ba4ab135c61a028420a6e9fe77f3 (patch) | |
tree | 60306c81ebde95b65ae407be843e11b5217b47d6 /include/vdso | |
parent | blk-cgroup: always terminate io.stat lines (diff) | |
download | linux-77c570a1ea85ba4ab135c61a028420a6e9fe77f3.tar.xz linux-77c570a1ea85ba4ab135c61a028420a6e9fe77f3.zip |
blk-cgroup: Remove unnecessary rcu_read_lock/unlock()
spin_lock_irq/spin_unlock_irq contains preempt_disable/enable().
Which can serve as RCU read-side critical region, so remove
rcu_read_lock/unlock().
Signed-off-by: Fanjun Kong <bh1scw@gmail.com>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20220516173930.159535-1-bh1scw@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/vdso')
0 files changed, 0 insertions, 0 deletions