]> git.baikalelectronics.ru Git - kernel.git/commit
virtio_net: remove overzealous printk
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 7 Apr 2008 20:33:16 +0000 (15:33 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Apr 2008 20:56:33 +0000 (13:56 -0700)
commiteda56c117db8971c513724b33447864141fe0f85
tree1f6f8034ef903af7ed63cffd8b5d9821e3048843
parentd8820f97f6394e50cd74391eef1c007a12097506
virtio_net: remove overzealous printk

The 'disable_cb' is really just a hint and as such, it's possible for more
work to get queued up while callbacks are disabled.  Under stress with an
SMP guest, this printk triggers very frequently.  There is no race here, this
is how things are designed to work so let's just remove the printk.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/virtio_net.c