[CRIU] [PATCH 4/6] pstree: resort code about abandoned tasks

Pavel Emelyanov xemul at virtuozzo.com
Tue Mar 15 06:13:08 PDT 2016


> @@ -24,6 +24,8 @@ static struct rb_root pid_root_rb;
>  
>  #define CLONE_ALLNS     (CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC | CLONE_NEWUTS | CLONE_NEWNS | CLONE_NEWUSER)
>  
> +#define alloc_pstree_item_with_rst() __alloc_pstree_item(true)

There should not be such global call after this set. Please, fix.

> +
>  void core_entry_free(CoreEntry *core)
>  {
>  	if (core->tc && core->tc->timers)



More information about the CRIU mailing list