commit | 11cd1a8b8cad1acfc140d9acce93762a9c140b20 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Nov 14 17:31:52 2010 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Nov 25 11:29:16 2010 +0200 |
tree | 7714d74c5525950d73ed7e2f80f687a8b62ed85f | |
parent | a27e13d370415add3487949c60810e36069a23a6 [diff] |
vhost/net: fix rcu check usage Incorrect rcu check was used as rcu isn't done under mutex here. Force check to 1 for now, to stop it from complaining. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>