From: Christian Brauner Date: Tue, 15 Sep 2015 19:24:04 +0000 (+0200) Subject: Make mod_all_rdeps() public It will now also be called from start.c X-Git-Tag: lxc-2.1.1~888 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d825fff3cae40b89c26d838847021239e89df922;p=mirror_lxc.git Make mod_all_rdeps() public It will now also be called from start.c Signed-off-by: Christian Brauner Acked-by: Serge E. Hallyn --- diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index 0ba4fc0cd..dd891dc95 100644 --- a/src/lxc/lxccontainer.c +++ b/src/lxc/lxccontainer.c @@ -2111,7 +2111,7 @@ static void strip_newline(char *p) p[len-1] = '\0'; } -static void mod_all_rdeps(struct lxc_container *c, bool inc) +void mod_all_rdeps(struct lxc_container *c, bool inc) { struct lxc_container *p; char *lxcpath = NULL, *lxcname = NULL, path[MAXPATHLEN];