Commit 19df00c5 by dlezcano

Change freezer to stick with the cgroup freezer fs API, replace "RUNNING" by "THAWED"

parent ab192b72
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
static int freeze_unfreeze(const char *name, int freeze) static int freeze_unfreeze(const char *name, int freeze)
{ {
char freezer[MAXPATHLEN], *f = freeze?"FROZEN":"RUNNING"; char freezer[MAXPATHLEN], *f = freeze?"FROZEN":"THAWED";
int fd, ret = -1; int fd, ret = -1;
snprintf(freezer, MAXPATHLEN, snprintf(freezer, MAXPATHLEN,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment