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
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 644 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 94.9 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top