Re: [Qemu-devel] [PATCH v2 3/6] commit: Fix use of error handling policy

2016-07-02 Thread Max Reitz
On 30.06.2016 16:13, Kevin Wolf wrote: > Commit implemented the 'enospc' policy as 'ignore' if the error was not > ENOSPC. The QAPI documentation promises that it's treated as 'stop'. > Using the common block job error handling function fixes this. > > Signed-off-by: Kevin Wolf > --- > block/com

[Qemu-devel] [PATCH v2 3/6] commit: Fix use of error handling policy

2016-06-30 Thread Kevin Wolf
Commit implemented the 'enospc' policy as 'ignore' if the error was not ENOSPC. The QAPI documentation promises that it's treated as 'stop'. Using the common block job error handling function fixes this. Signed-off-by: Kevin Wolf --- block/commit.c | 6 +++--- 1 file changed, 3 insertions(+), 3