Re: [Qemu-block] [PATCH v5 01/12] aio: Add "is_external" flag for event handlers

2015-10-21 Thread Jeff Cody
On Wed, Oct 21, 2015 at 10:06:38AM +0800, Fam Zheng wrote: > All callers pass in false, and the real external ones will switch to > true in coming patches. > > Signed-off-by: Fam Zheng Just a comment, but not necessarily a request to change: We have a lot of functions that take bool true/false

[Qemu-block] [PATCH v5 01/12] aio: Add "is_external" flag for event handlers

2015-10-20 Thread Fam Zheng
All callers pass in false, and the real external ones will switch to true in coming patches. Signed-off-by: Fam Zheng --- aio-posix.c | 6 - aio-win32.c | 5 async.c | 3 ++- block/curl.c| 14 +---