]> git.proxmox.com Git - mirror_qemu.git/commit - cpus.c
seqlock: rename write_lock/unlock to write_begin/end
authorEmilio G. Cota <cota@braap.org>
Wed, 8 Jun 2016 18:55:21 +0000 (14:55 -0400)
committerRichard Henderson <rth@twiddle.net>
Sat, 11 Jun 2016 22:59:34 +0000 (22:59 +0000)
commit03719e44b6d6d559c506808e5b6c340feff867b8
tree1c77dbc86773dd298c5683fe5b8070d1e0eb6fed
parentccdb3c1fc8865cf9142235b00e3a8fe3246f2a59
seqlock: rename write_lock/unlock to write_begin/end

It is a more appropriate name, now that the mutex embedded
in the seqlock is gone.

Reviewed-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <1465412133-3029-4-git-send-email-cota@braap.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
cpus.c
include/qemu/seqlock.h