On 02/12/2015 06:33 AM, Markus Armbruster wrote: > Coccinelle semantic patch: > > @@ > expression E; > @@ > - error_report("%s", error_get_pretty(E)); > - error_free(E); > + error_report_err(E); > @@ > expression E, S; > @@ > - error_report("%s", error_get_pretty(E)); > + error_report_err(E); > ( > exit(S); > | > abort(); > ) > > Trivial manual touch-ups in block/sheepdog.c. > > Signed-off-by: Markus Armbruster > --- Reviewed-by: Eric Blake -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org