mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
mount: prevent dumping nested mount namespace without mnt_id in fdinfo
When we don't know mnt_id, we don't know to which namespace a file belongs. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
8620912d22
commit
85569e8dd4
@@ -176,4 +176,6 @@ extern int parse_file_locks(void);
|
||||
struct pid;
|
||||
extern int parse_threads(int pid, struct pid **_t, int *_n);
|
||||
|
||||
extern int check_mnt_id(void);
|
||||
|
||||
#endif /* __CR_PROC_PARSE_H__ */
|
||||
|
Reference in New Issue
Block a user