summaryrefslogtreecommitdiff
path: root/rust/helpers/xarray.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2025-09-21 15:32:40 -1000
committerTejun Heo <tj@kernel.org>2025-10-22 11:55:06 -1000
commite67708823d7362cfbb557008563cce7e7c9c5128 (patch)
tree72977b2542c744f0f62304e123d79a106f49ae5a /rust/helpers/xarray.c
parent987e00035c0e68bc0d44dec811cc9c26310b5bff (diff)
sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()
The find_user_dsq() function is called from contexts that are already under RCU read lock protection. Switch from rhashtable_lookup_fast() to rhashtable_lookup() to avoid redundant RCU locking. Requires: bee8a520eb84 ("rhashtable: Use rcu_dereference_all and rcu_dereference_all_check") Acked-by: Andrea Righi <arighi@nvidia.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'rust/helpers/xarray.c')
0 files changed, 0 insertions, 0 deletions