commit | 4ef6acff83222f4496ceef7d1f0ee9e50a5bb403 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Thu Jul 01 13:21:35 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 02 21:59:07 2010 -0700 |
tree | 0982d46258047f208c26068252457179f5f13bdf | |
parent | 7ae80abdba0644e12ac17da567a2db1efc1bf8a8 [diff] |
sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lock When calling qdisc_reset() the qdisc lock needs to be held. In this case there is at least one driver i4l which is using this without holding the lock. Add the locking here. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>