net: Revert "pkt_sched: fq: use proper locking in fq_dump_stats()"
BugLink: https://bugs.launchpad.net/bugs/1885932 This reverts commit 191cf872190de28a92e1bd2b56d8860e37e07443 which is commit 695b4ec0 upstream. That commit should never have been backported since it relies on a change in locking semantics that was introduced in v4.8 and not backported. Because of this, the backported commit to sch_fq leads to lockups because of the double locking. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
Showing
Please register or sign in to comment