From: Dwight Engen Date: Wed, 5 Feb 2014 21:59:16 +0000 (-0500) Subject: move cgroup.c to cgfs.c in preparation for backend change X-Git-Tag: lxc-1.0.0.beta4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e2ae994feb1bc82cfcf3e5ed82431324bcb401;p=thirdparty%2Flxc.git move cgroup.c to cgfs.c in preparation for backend change This is just a move without any changes so history will be preserved. Makefile.am was modified so that lxc will still build and run. Signed-off-by: Dwight Engen Signed-off-by: Serge Hallyn --- diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index 83c05856c..b4aa924fd 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -62,7 +62,7 @@ liblxc_so_SOURCES = \ freezer.c \ error.h error.c \ parse.c parse.h \ - cgroup.c cgroup.h \ + cgfs.c cgroup.h \ lxc.h \ utils.c utils.h \ sync.c sync.h \ diff --git a/src/lxc/cgroup.c b/src/lxc/cgfs.c similarity index 100% rename from src/lxc/cgroup.c rename to src/lxc/cgfs.c