2
0
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:
Andrey Vagin
2014-04-21 18:23:49 +04:00
committed by Pavel Emelyanov
parent 8620912d22
commit 85569e8dd4
3 changed files with 11 additions and 2 deletions

View File

@@ -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__ */