mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
rst: Compact file-descs collects a bit
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -556,9 +556,7 @@ static int collect_one_regfile(void *o, ProtobufCMessage *base)
|
||||
rfi->remap = NULL;
|
||||
|
||||
pr_info("Collected [%s] ID %#x\n", rfi->path, rfi->rfe->id);
|
||||
file_desc_add(&rfi->d, rfi->rfe->id, ®_desc_ops);
|
||||
|
||||
return 0;
|
||||
return file_desc_add(&rfi->d, rfi->rfe->id, ®_desc_ops);
|
||||
}
|
||||
|
||||
int prepare_shared_reg_files(void)
|
||||
|
Reference in New Issue
Block a user