git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f97b8
)
pkt_sched: Use qdisc_lock() on already sampled root qdisc.
author
David S. Miller
<davem@davemloft.net>
Sun, 3 Aug 2008 03:02:43 +0000
(20:02 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 3 Aug 2008 03:02:43 +0000
(20:02 -0700)
Based upon a bug report by Jeff Kirsher.
Don't use qdisc_root_lock() in these cases as the root
qdisc could have been changed, and we'd thus lock the
wrong object.
Tested by Emil S Tantilov who confirms that this seems
to fix the problem.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found