Re: [Qemu-devel] [PATCH] aio-posix: fill error message that is missed

2016-07-12 Thread Cao jin
On 07/13/2016 09:33 AM, Fam Zheng wrote: On Tue, 07/12 09:41, Eric Blake wrote: On 07/12/2016 05:34 AM, Cao jin wrote: The current judegement of caller is meaningless, make it useful. Is this something you can trigger? If so, what command line? If not, how did you find it? Spelled 'judgme

Re: [Qemu-devel] [PATCH] aio-posix: fill error message that is missed

2016-07-12 Thread Cao jin
On 07/12/2016 11:41 PM, Eric Blake wrote: On 07/12/2016 05:34 AM, Cao jin wrote: The current judegement of caller is meaningless, make it useful. Is this something you can trigger? If so, what command line? If not, how did you find it? No, I didn't find it by "trigger" it. I just a very

Re: [Qemu-devel] [PATCH] aio-posix: fill error message that is missed

2016-07-12 Thread Fam Zheng
On Tue, 07/12 09:41, Eric Blake wrote: > On 07/12/2016 05:34 AM, Cao jin wrote: > > The current judegement of caller is meaningless, make it useful. > > Is this something you can trigger? If so, what command line? If not, > how did you find it? > > Spelled 'judgment', not 'judegement'; but rathe

Re: [Qemu-devel] [PATCH] aio-posix: fill error message that is missed

2016-07-12 Thread Eric Blake
On 07/12/2016 05:34 AM, Cao jin wrote: > The current judegement of caller is meaningless, make it useful. Is this something you can trigger? If so, what command line? If not, how did you find it? Spelled 'judgment', not 'judegement'; but rather than just fixing the typo, it might read better as:

[Qemu-devel] [PATCH] aio-posix: fill error message that is missed

2016-07-12 Thread Cao jin
The current judegement of caller is meaningless, make it useful. Signed-off-by: Cao jin --- aio-posix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio-posix.c b/aio-posix.c index 6006122..8b0deb7 100644 --- a/aio-posix.c +++ b/aio-posix.c @@ -18,6 +18,7 @@ #include "block/block.h" #