Re: [Qemu-devel] [PATCH 04/10] seqlock: rename write_lock/unlock to write_begin/end
Emilio G. Cota writes: > It is a more appropriate name, now that the mutex embedded > in the seqlock is gone. > > Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée > --- > cpus.c | 28 ++-- > include/qemu/seqlock.h | 4 ++-- > 2 files changed, 1
[Qemu-devel] [PATCH 04/10] 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. Signed-off-by: Emilio G. Cota --- cpus.c | 28 ++-- include/qemu/seqlock.h | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cpus.c b/cpus.c index