Re: [PATCH 0/4] Use lock guard macros in block

2020-12-02 Thread Paolo Bonzini
On 02/12/20 10:22, Markus Armbruster wrote: Did this fall through the cracks? Gan Qixin writes: Hi all, I saw some tasks to replace manual lock()/unlock() calls with lock guard macros in BiteSizedTasks. I am very interested in this and modified some of the files under block. Could someon

Re: [PATCH 0/4] Use lock guard macros in block

2020-12-02 Thread Markus Armbruster
Did this fall through the cracks? Gan Qixin writes: > Hi all, > I saw some tasks to replace manual lock()/unlock() calls with lock guard > macros in BiteSizedTasks. > I am very interested in this and modified some of the files under block. > Could someone help me check the code? > > Thanks,

[PATCH 0/4] Use lock guard macros in block

2020-11-09 Thread Gan Qixin
Hi all, I saw some tasks to replace manual lock()/unlock() calls with lock guard macros in BiteSizedTasks. I am very interested in this and modified some of the files under block. Could someone help me check the code? Thanks, Gan Qixin Gan Qixin (4): block/accounting.c: Use lock guard macro