diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 633a44c6fa5e..df702a7b3db5 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -451,6 +451,9 @@ static inline void napi_synchronize(const struct napi_struct *n) | |||
451 | struct netdev_queue { | 451 | struct netdev_queue { |
452 | spinlock_t lock; | 452 | spinlock_t lock; |
453 | struct net_device *dev; | 453 | struct net_device *dev; |
454 | struct Qdisc *qdisc; | ||
455 | struct Qdisc *qdisc_sleeping; | ||
456 | struct list_head qdisc_list; | ||
454 | }; | 457 | }; |
455 | 458 | ||
456 | /* | 459 | /* |
@@ -634,13 +637,6 @@ struct net_device | |||
634 | 637 | ||
635 | struct Qdisc *qdisc_ingress; | 638 | struct Qdisc *qdisc_ingress; |
636 | 639 | ||
637 | /* | ||
638 | * Cache line mostly used on queue transmit path (qdisc) | ||
639 | */ | ||
640 | /* device queue lock */ | ||
641 | struct Qdisc *qdisc; | ||
642 | struct Qdisc *qdisc_sleeping; | ||
643 | struct list_head qdisc_list; | ||
644 | unsigned long tx_queue_len; /* Max frames per queue allowed */ | 640 | unsigned long tx_queue_len; /* Max frames per queue allowed */ |
645 | 641 | ||
646 | /* Partially transmitted GSO packet. */ | 642 | /* Partially transmitted GSO packet. */ |