vhost/net: fix rcu check usage
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 14 Nov 2010 15:31:52 +0000 (17:31 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 25 Nov 2010 09:29:16 +0000 (11:29 +0200)
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>

No differences found