mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 15:55:53 +00:00
mnt: Mark dump_mnt_ns as static
Acked-by: Andrew Vagin <avagin@parallels.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -14,7 +14,6 @@ extern struct fstype *find_fstype_by_name(char *fst);
|
|||||||
struct cr_fdset;
|
struct cr_fdset;
|
||||||
struct ns_id;
|
struct ns_id;
|
||||||
extern struct mount_info * collect_mntinfo(struct ns_id *ns);
|
extern struct mount_info * collect_mntinfo(struct ns_id *ns);
|
||||||
extern int dump_mnt_ns(struct ns_id *ns);
|
|
||||||
extern int prepare_mnt_ns(void);
|
extern int prepare_mnt_ns(void);
|
||||||
|
|
||||||
extern int pivot_root(const char *new_root, const char *put_old);
|
extern int pivot_root(const char *new_root, const char *put_old);
|
||||||
|
Reference in New Issue
Block a user