mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 03:06:43 +00:00
pkt_sched: Don't used locked skb_queue_purge() in __qdisc_reset_queue()
We have to have exclusive access to the given qdisc anyways, so doing even more locking is superfluous. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
99194cff39
commit
93245dd6d3
@ -374,7 +374,7 @@ static inline void __qdisc_reset_queue(struct Qdisc *sch,
|
||||
* We do not know the backlog in bytes of this list, it
|
||||
* is up to the caller to correct it
|
||||
*/
|
||||
skb_queue_purge(list);
|
||||
__skb_queue_purge(list);
|
||||
}
|
||||
|
||||
static inline void qdisc_reset_queue(struct Qdisc *sch)
|
||||
|
Loading…
x
Reference in New Issue
Block a user