From 05ab416ae83e9247fc5937da70128d04cec60b80 Mon Sep 17 00:00:00 2001 From: Pavel Tikhomirov Date: Mon, 10 Dec 2018 15:33:56 +0300 Subject: [PATCH] mount: make __depopulate_roots_yard static As these function is never used outside of criu/mount.c Signed-off-by: Pavel Tikhomirov Signed-off-by: Andrei Vagin --- criu/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/criu/mount.c b/criu/mount.c index 5a97c1f1b..f578c7b6a 100644 --- a/criu/mount.c +++ b/criu/mount.c @@ -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;