summaryrefslogtreecommitdiff
path: root/include/linux/lockd
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2026-05-14 12:59:34 +0300
committerJakub Kicinski <kuba@kernel.org>2026-05-16 04:19:11 +0300
commit55562d46621ce4750a68f252b2124deed70c0529 (patch)
treef4e11c69cc42f7a0b7a493a51eb604829399891a /include/linux/lockd
parente54c33503bf7cebb1c1790251ce90f1252678081 (diff)
downloadlinux-55562d46621ce4750a68f252b2124deed70c0529.tar.xz
net/sched: sch_htb: annotate data-races (II)
htb_dump_class_stats() will soon run locklessly. (no RTNL, not qdisc spinlock). Remove cl->xstats and replace it with two fields: - xstats_lends - xstats_borrows Then use READ_ONCE()/WRITE_ONCE() annotations on them, and change htb_dump_class_stats to use a private struct tc_htb_xstats. Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://patch.msgid.link/20260514095935.3926276-4-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/lockd')
0 files changed, 0 insertions, 0 deletions