cgfsng: controller_in_clist()

parent f523291e
...@@ -1012,10 +1012,8 @@ static char *copy_to_eol(char *p) ...@@ -1012,10 +1012,8 @@ static char *copy_to_eol(char *p)
return sret; return sret;
} }
/* /* cgline: pointer to character after the first ':' in a line in a \n-terminated
* cgline: pointer to character after the first ':' in a line in a * /proc/self/cgroup file. Check whether controller c is present.
* \n-terminated /proc/self/cgroup file. Check whether * controller c is
* present.
*/ */
static bool controller_in_clist(char *cgline, char *c) static bool controller_in_clist(char *cgline, char *c)
{ {
......
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