RE: [PATCH 4/4] block/iscsi.c: Use lock guard macros

2020-12-02 Thread ganqixin
ghailiang ; > Chenqun (kuhn) > Subject: Re: [PATCH 4/4] block/iscsi.c: Use lock guard macros > > Am 09.11.2020 um 16:43 hat Gan Qixin geschrieben: > > Replace manual lock()/unlock() calls with lock guard macros > > (QEMU_LOCK_GUARD/WITH_QEMU_LOCK_GUARD) in bl

Re: [PATCH 4/4] block/iscsi.c: Use lock guard macros

2020-12-02 Thread Kevin Wolf
Am 09.11.2020 um 16:43 hat Gan Qixin geschrieben: > Replace manual lock()/unlock() calls with lock guard macros > (QEMU_LOCK_GUARD/WITH_QEMU_LOCK_GUARD) in block/iscsi.c. > > Signed-off-by: Gan Qixin > --- > block/iscsi.c | 28 +--- > 1 file changed, 13 insertions(+), 15