]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
move cgroup.c to cgfs.c in preparation for backend change
authorDwight Engen <dwight.engen@oracle.com>
Wed, 5 Feb 2014 21:59:16 +0000 (16:59 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 6 Feb 2014 16:10:15 +0000 (10:10 -0600)
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 <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/Makefile.am
src/lxc/cgfs.c [moved from src/lxc/cgroup.c with 100% similarity]

index 83c05856cbb7d7d17a769cd67f8035f7ccd41293..b4aa924fdc3ebc86c86ee0c5059180ec29b552dd 100644 (file)
@@ -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 \
similarity index 100%
rename from src/lxc/cgroup.c
rename to src/lxc/cgfs.c