mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
ns: Rename "created" futex and comment what it is
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -129,7 +129,7 @@ struct ns_id *rst_new_ns_id(unsigned int id, pid_t pid, struct ns_desc *nd)
|
||||
nsid->nd = nd;
|
||||
nsid->id = id;
|
||||
nsid->pid = pid;
|
||||
futex_set(&nsid->created, 0);
|
||||
futex_set(&nsid->ns_created, 0);
|
||||
|
||||
nsid->next = ns_ids;
|
||||
ns_ids = nsid;
|
||||
|
Reference in New Issue
Block a user