diff options
author | Tejun Heo <htejun@fb.com> | 2016-06-02 13:02:49 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-06-02 13:02:49 -0400 |
commit | f29ff1159cf40c59d3611e02356985c791830795 (patch) | |
tree | 46c0ade5c0d6b7f79a5b6abe2e2441b93ec92200 /test | |
parent | 201c1cc22a41df1f4ef7706bde41e2536bef433f (diff) |
core: pass Unit into cgroup_context_apply() and use log_unit*()
cgroup_context_apply() and friends take CGroupContext and cgroup path as input
and has no way of getting back to the associated Unit and thus uses raw cgroup
path for logging. This makes the log messages difficult to track down.
There's no reason to avoid passing in Unit into these functions. Pass in Unit
and use log_unit*() instead.
While at it, make cgroup_context_apply(), which has no outside users, static.
Also, drop cgroup path from log messages where the path itself isn't too
interesting and can be easily obtained from the unit.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions