[CRIU] [PATCH 1/3] cr-restore: "post-resume" hook introduced
Stanislav Kinsburskiy
skinsbursky at virtuozzo.com
Wed Apr 6 02:16:04 PDT 2016
06.04.2016 11:15, Cyrill Gorcunov пишет:
> On Wed, Apr 06, 2016 at 12:01:48PM +0300, Stanislav Kinsburskiy wrote:
>> diff --git a/criu/mount.c b/criu/mount.c
>> index 7b698cf..5cb26ce 100644
>> --- a/criu/mount.c
>> +++ b/criu/mount.c
>> @@ -2483,6 +2483,7 @@ do_bind:
>>
>> if (mount(root, mi->mountpoint, NULL, MS_BIND, NULL) < 0) {
>> pr_perror("Can't mount at %s", mi->mountpoint);
>> + sleep(1000);
> Debug code sneaked in?
Yep, sorry.
More information about the CRIU
mailing list