]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: make cftype->private a unsigned long
authorTejun Heo <tj@kernel.org>
Tue, 11 Aug 2015 17:35:42 +0000 (13:35 -0400)
committerTejun Heo <tj@kernel.org>
Tue, 11 Aug 2015 17:35:42 +0000 (13:35 -0400)
commit85af518f724d797e4122854d2c4773c77e133d48
tree964bdb7cc4ce503ce3a57cc557285c5acbfadd55
parent46e16ea4fcd041235269e799b5f7390e7b8e6575
cgroup: make cftype->private a unsigned long

It's pretty unusual to have an int as a private data field and it
makes it impossible to carray a pointer value through it.  Let's make
it an unsigned long.  AFAICS, this shouldn't break anything.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
include/linux/cgroup-defs.h