]> git.itanic.dy.fi Git - linux-stable/commit
virtio_console: drop custom control queue cleanup
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 20 Apr 2018 17:49:04 +0000 (20:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 May 2018 19:58:12 +0000 (12:58 -0700)
commit75fc6f2d39bfe32db91980408247edc77d189a5a
tree8805bb1de1ac48cef9469dfcd4dafb818061370b
parent6b1c41a0f7183702abb7a104c6c7e196ad69a6b3
virtio_console: drop custom control queue cleanup

commit 61a8950c5c5708cf2068b29ffde94e454e528208 upstream.

We now cleanup all VQs on device removal - no need
to handle the control VQ specially.

Cc: stable@vger.kernel.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/virtio_console.c