mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 14:30:06 -04:00
net/sched: add net device refcount tracker to struct Qdisc
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
c04438f58d
commit
606509f27f
@@ -125,7 +125,7 @@ struct Qdisc {
|
||||
spinlock_t seqlock;
|
||||
|
||||
struct rcu_head rcu;
|
||||
|
||||
netdevice_tracker dev_tracker;
|
||||
/* private data */
|
||||
long privdata[] ____cacheline_aligned;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user