From: Michael S. Tsirkin Date: Tue, 18 Jan 2011 11:04:43 +0000 (+0200) Subject: vhost: rcu annotation fixup X-Git-Tag: v2.6.38-rc4~15^2~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e18247b02d60a1ea4bf98c05e139461ca9aec64;p=pandora-kernel.git vhost: rcu annotation fixup When built with rcu checks enabled, vhost triggers bogus warnings as vhost features are read without dev->mutex sometimes, and private pointer is read with our kind of rcu where work serves as a read side critical section. Fixing it properly is not trivial. Disable the warnings by stubbing out the checks for now. Signed-off-by: Michael S. Tsirkin --- Reading git-diff-tree failed