propagate error code for prepare image

This commit is contained in:
Tomoki Shirasawa
2013-06-05 17:38:23 +09:00
parent 8b9e97ceb7
commit d8034eeb13
5 changed files with 12 additions and 5 deletions

View File

@@ -73,6 +73,7 @@ struct user_desc {
struct ikc_scd_packet {
int msg;
int ref;
int err;
unsigned long arg;
};