]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Apr 2013 16:26:15 +0000 (09:26 -0700)
commit566ccc5afe7305ad8b83ec508d843e9486a598d4
treec1ba1865fe93112d7ea69cb6a6d67b6058d98eb4
parentdb38da8af5b82709188a57de11c8a3f19804dae9
virtio: console: rename cvq_lock to c_ivq_lock

commit 165b1b8bbc17c9469b053bab78b11b7cbce6d161 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/virtio_console.c