commit | e6b817103d168a76e4044ebcdbc08225d77a81cb | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Nov 29 10:42:59 2013 -0500 |
committer | Tejun Heo <tj@kernel.org> | Fri Nov 29 10:42:59 2013 -0500 |
tree | 2bb6a201b17387f933fea715253f432ef0c7bc81 | |
parent | 62236858f3cc558135d1ab6b2af44d22c489bb7f [diff] |
cgroup: refactor cgroup_pidlist_find() Rename cgroup_pidlist_find() to cgroup_pidlist_find_create() and separate out finding proper to cgroup_pidlist_find(). Also, move locking to the caller. This patch is preparation for pidlist restructure and doesn't introduce any behavior changes. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Li Zefan <lizefan@huawei.com>