2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +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:
Pavel Emelyanov
2014-04-22 20:36:38 +04:00
parent f60109f272
commit 88eef43e41
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ extern struct fstype *find_fstype_by_name(char *fst);
struct cr_fdset;
struct ns_id;
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 pivot_root(const char *new_root, const char *put_old);

View File

@@ -843,7 +843,7 @@ err:
return NULL;
}
int dump_mnt_ns(struct ns_id *ns)
static int dump_mnt_ns(struct ns_id *ns)
{
struct mount_info *pm, *pms;
int img_fd = -1, ret = -1;