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

@@ -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;