mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
restore: Update real_pid comment
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
@@ -37,11 +37,10 @@ struct fmap_fd {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Some shared memory entries and pipe entries are created
|
* real_pid member formerly served cases when
|
||||||
* only in one process and got shared by others. Because of
|
* no fork-with-pid functionality were in kernel,
|
||||||
* this the real_pid member is used. It serves like a synchronization
|
* so now it is being kept here just in case if
|
||||||
* point -- the process which creates a particular entity does set
|
* we need it again.
|
||||||
* real_pid member and all other users do wait until this member is set.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct shmem_info {
|
struct shmem_info {
|
||||||
|
Reference in New Issue
Block a user