qcow2: Remove bogus unlock of s->lock
commit9ee6439e27d15c528fde6d9da1e4c238a23b6b7a
authorKevin Wolf <kwolf@redhat.com>
Tue, 26 Mar 2013 16:49:55 +0000 (26 17:49 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 28 Mar 2013 10:52:42 +0000 (28 11:52 +0100)
treef472b3df590888298cd9ab28481dce03b67bf3e2
parentc349ca4bb2dbca53c15147d283ea9f6c94376c6c
qcow2: Remove bogus unlock of s->lock

The unlock wakes up the next coroutine, but the currently running
coroutine will lock it again before it yields, so this doesn't make a
lot of sense.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qcow2.c