]> git.proxmox.com Git - mirror_qemu.git/commit
aio-posix: Improve comment around marking node deleted
authorFam Zheng <famz@redhat.com>
Fri, 3 Aug 2018 06:39:17 +0000 (14:39 +0800)
committerFam Zheng <famz@redhat.com>
Wed, 15 Aug 2018 02:12:35 +0000 (10:12 +0800)
commit37a81812f7b8367422a039eb09d915df543983ee
treec3c0097f412a618ca05fbcec062920f113f03860
parentaf7e916869fc9aab5ba0511783417f1bc3f6df84
aio-posix: Improve comment around marking node deleted

The counter is for qemu_lockcnt_inc/dec sections (read side),
qemu_lockcnt_lock/unlock is for the write side.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20180803063917.30292-1-famz@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
util/aio-posix.c