commit | 165b1b8bbc17c9469b053bab78b11b7cbce6d161 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Fri Mar 29 16:30:07 2013 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Sat Mar 30 14:23:48 2013 +1030 |
tree | 721b3fd4a61e093ab35d549affeca2e20e187f96 | |
parent | b7d44d9487a11e835de10908f4ab30b4290c0b7f [diff] |
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