]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Fix missing rcu_read_unlock
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 7 Oct 2019 14:36:38 +0000 (15:36 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 11 Oct 2019 13:19:59 +0000 (14:19 +0100)
commit0e6ebd487743b1c79ad8d8a9005ce989bbaddb6c
tree64b0f1cdb7cbafbda5f6ceeeb4a773f749af9ff2
parent5626f8c6d46832b02ce4fdc0bd109516bc812043
migration: Fix missing rcu_read_unlock

Use the automatic rcu_read unlocker to fix a missing unlock.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20191007143642.301445-3-dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/ram.c