virtio: console: rename cvq_lock to c_ivq_lock
authorAmit Shah <amit.shah@redhat.com>
Fri, 29 Mar 2013 11:00:07 +0000 (16:30 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Sat, 30 Mar 2013 03:53:48 +0000 (14:23 +1030)
commit165b1b8bbc17c9469b053bab78b11b7cbce6d161
tree721b3fd4a61e093ab35d549affeca2e20e187f96
parentb7d44d9487a11e835de10908f4ab30b4290c0b7f
virtio: console: rename cvq_lock to c_ivq_lock

The cvq_lock was taken for the c_ivq.  Rename the lock to make that
obvious.

We'll also add a lock around the c_ovq in the next commit, so there's no
ambiguity.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Asias He <asias@redhat.com>
Reviewed-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: stable@kernel.org
drivers/char/virtio_console.c