diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2011-01-18 13:04:43 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-02-01 16:48:46 +0200 |
commit | 5e18247b02d60a1ea4bf98c05e139461ca9aec64 (patch) | |
tree | ccb92d5f599413e138fd148594c04d9f3aa43701 /init | |
parent | fca540ab5f4718c6133f71f7be1793066008bf89 (diff) | |
download | linux-3.10-5e18247b02d60a1ea4bf98c05e139461ca9aec64.tar.gz linux-3.10-5e18247b02d60a1ea4bf98c05e139461ca9aec64.tar.bz2 linux-3.10-5e18247b02d60a1ea4bf98c05e139461ca9aec64.zip |
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 <mst@redhat.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions