On (Fri) 29 Mar 2013 [11:39:50], Anthony Liguori wrote: > The current code is oddly written and have equally odd semantics. > Despite the '_all' suffix, upon EAGAIN the result will be a partial > write but instead of returning the partial write, we return EAGAIN. > > Change the behavior to write as much as we can until we get an EAGAIN > returning a partial write if we do. > > Reported-by: Amit Shah <amit.s...@redhat.com> > Signed-off-by: Anthony Liguori <aligu...@us.ibm.com>
Looks good. Tested-by: Amit Shah <amit.s...@redhat.com> Amit