mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 11:04:35 +00:00
mount: make __depopulate_roots_yard static
As these function is never used outside of criu/mount.c Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
39863eeb1e
commit
05ab416ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -3179,7 +3179,7 @@ static int populate_mnt_ns(void)
|
|||
return ret;
|
||||
}
|
||||
|
||||
int __depopulate_roots_yard(void)
|
||||
static int __depopulate_roots_yard(void)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue