diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2026-05-20 16:34:21 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-05-20 16:34:22 -0700 |
| commit | b1a736f8bcb1b0ec4ce657f6fa9afc1f698f8f7a (patch) | |
| tree | 640f4ba010335f46b1a115c88f6540d03348053d /include | |
| parent | abe003b33223ff33552f291644bf35d9c2f992fb (diff) | |
| parent | b8d7519352ba8c6df83259295d4a3bad093cae90 (diff) | |
Merge branch 'net-shaper-fix-valid-confusion-even-more'
Jakub Kicinski says:
====================
net: shaper: fix VALID confusion even more
Sashiko reported another pre-exising issue in the previous
batch of fixes:
https://sashiko.dev/#/patchset/20260510192904.3987113-7-kuba@kernel.org
Turns out I over-esitmated the guarantees of the XArray flags.
Stop using them completely.
====================
Link: https://patch.msgid.link/20260515221325.1685455-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/net_shaper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/net_shaper.h b/include/net/net_shaper.h index 5c3f49b52fe9..3939b816b001 100644 --- a/include/net/net_shaper.h +++ b/include/net/net_shaper.h @@ -53,6 +53,7 @@ struct net_shaper { /* private: */ u32 leaves; /* accounted only for NODE scope */ + bool valid; struct rcu_head rcu; }; |
