cgfsng: add missing __cgfsng_ops__ attributes

parent 2d172fc7
...@@ -1256,7 +1256,7 @@ static void remove_path_for_hierarchy(struct hierarchy *h, char *cgname, bool mo ...@@ -1256,7 +1256,7 @@ static void remove_path_for_hierarchy(struct hierarchy *h, char *cgname, bool mo
h->container_full_path = NULL; h->container_full_path = NULL;
} }
static inline bool cgfsng_monitor_create(struct cgroup_ops *ops, __cgfsng_ops__ static inline bool cgfsng_monitor_create(struct cgroup_ops *ops,
struct lxc_handler *handler) struct lxc_handler *handler)
{ {
char *monitor_cgroup; char *monitor_cgroup;
...@@ -1402,7 +1402,7 @@ __cgfsng_ops__ static bool __do_cgroup_enter(struct cgroup_ops *ops, pid_t pid, ...@@ -1402,7 +1402,7 @@ __cgfsng_ops__ static bool __do_cgroup_enter(struct cgroup_ops *ops, pid_t pid,
return true; return true;
} }
static bool cgfsng_monitor_enter(struct cgroup_ops *ops, pid_t pid) __cgfsng_ops__ static bool cgfsng_monitor_enter(struct cgroup_ops *ops, pid_t pid)
{ {
return __do_cgroup_enter(ops, pid, true); return __do_cgroup_enter(ops, pid, true);
} }
......
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