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
..
2015-02-02 16:55:10 +01:00
2015-01-27 13:17:30 +00:00
2015-02-18 10:51:09 +01:00
2015-01-22 11:04:18 +01:00
2015-02-18 10:51:09 +01:00
2015-02-18 10:51:09 +01:00
2015-02-10 09:27:19 +03:00
2014-11-03 19:51:56 +03:00
2015-02-10 10:26:05 +03:00
2015-01-26 12:22:44 +01:00
2014-11-04 23:26:12 +01:00
2015-02-18 10:51:09 +01:00
2015-02-18 10:51:09 +01:00
2015-02-10 09:27:20 +03:00
2015-01-26 12:27:05 +01:00
2015-01-26 12:22:44 +01:00
2015-01-08 13:17:55 +02:00
2014-11-03 00:59:10 +03:00
2015-01-27 14:46:18 +02:00
2014-11-03 00:59:10 +03:00
2014-11-17 11:41:03 +01:00
2015-01-26 12:26:55 +01:00
2015-02-10 09:27:20 +03:00
2015-01-16 11:54:30 +00:00
2014-11-03 00:59:10 +03:00
2015-02-18 10:51:09 +01:00
2015-02-13 05:46:07 +00:00
2015-02-10 09:27:20 +03:00
2015-02-03 13:42:40 +01:00
2015-02-18 10:50:10 +01:00
2015-01-26 12:22:44 +01:00
2014-12-22 23:39:15 +00:00
2014-12-22 23:39:15 +00:00
2015-02-05 17:16:14 +01:00
2014-12-10 11:30:55 +03:00
2015-02-18 10:51:09 +01:00
2015-02-10 10:25:44 -07:00
2015-02-05 17:16:14 +01:00
2015-01-26 12:22:44 +01:00
2015-01-13 11:49:46 +00:00
2014-11-03 01:00:37 +03:00
2014-12-19 15:24:06 -07:00