https://github.com/torvalds/linux
Revision 6ea0a4679d6a11c66cfeb26d15244fb6f9b52d14 authored by Anthony Liguori on 07 April 2008, 20:33:16 UTC, committed by Linus Torvalds on 07 April 2008, 20:56:33 UTC
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>
1 parent 099c736
History
Tip revision: 6ea0a4679d6a11c66cfeb26d15244fb6f9b52d14 authored by Anthony Liguori on 07 April 2008, 20:33:16 UTC
virtio_net: remove overzealous printk
Tip revision: 6ea0a46
File Mode Size
keys
selinux
smack
Kconfig -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 660 bytes
capability.c -rw-r--r-- 2.3 KB
commoncap.c -rw-r--r-- 14.7 KB
dummy.c -rw-r--r-- 26.7 KB
inode.c -rw-r--r-- 9.0 KB
root_plug.c -rw-r--r-- 3.0 KB
security.c -rw-r--r-- 27.5 KB

back to top