linux/kernel/cgroup
Tejun Heo d8ebf5191d cgroup: cosmetic update to cgroup_taskset_add()
cgroup_taskset_add() was using list_add_tail() when for source csets
but list_move_tail() for destination.  As the operations are gated by
list_empty() test, list_move_tail() is equivalent to list_add_tail()
here.  Use list_add_tail() too for destination csets too.

This doesn't cause any functional changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Zefan Li <lizefan@huawei.com>
2017-01-15 19:03:40 -05:00
..
cgroup-internal.h cgroup: move namespace code to kernel/cgroup/namespace.c 2016-12-27 14:49:09 -05:00
cgroup-v1.c cgroup: fix RCU related sparse warnings 2016-12-27 14:49:09 -05:00
cgroup.c cgroup: cosmetic update to cgroup_taskset_add() 2017-01-15 19:03:40 -05:00
cpuset.c cgroup: move cgroup files under kernel/cgroup/ 2016-12-27 14:49:05 -05:00
freezer.c cgroup: move cgroup files under kernel/cgroup/ 2016-12-27 14:49:05 -05:00
Makefile cgroup: move namespace code to kernel/cgroup/namespace.c 2016-12-27 14:49:09 -05:00
namespace.c cgroup: move namespace code to kernel/cgroup/namespace.c 2016-12-27 14:49:09 -05:00
pids.c cgroup: move cgroup files under kernel/cgroup/ 2016-12-27 14:49:05 -05:00