Markus Armbruster 565f65d271 error: Use error_report_err() where appropriate
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 <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2015-02-18 10:51:09 +01:00
..
2014-11-17 11:48:56 +01:00
2015-02-10 09:27:20 +03:00
2014-01-13 14:04:53 +01:00
2014-05-08 14:19:58 -04:00
2015-02-02 16:55:10 +01:00
2014-10-09 15:36:15 +02:00
2015-02-02 16:55:10 +01:00
2014-03-13 14:42:21 +01:00