]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
cgroup: misc cleanups
authorTejun Heo <tj@kernel.org>
Fri, 20 Jan 2017 17:06:08 +0000 (12:06 -0500)
committerTejun Heo <tj@kernel.org>
Mon, 30 Jan 2017 22:09:07 +0000 (17:09 -0500)
commitb807421a720ff00bc31774d254f51313f4a7656b
tree17da361bdaa0625b594ebc4b3172fdf719a004bf
parentbdf3d06bedebd31539b68b4a744054f994ecc2e1
cgroup: misc cleanups

* cgrp_dfl_implicit_ss_mask is ulong instead of u16 unlike other
  ss_masks.  Make it a u16.

* Move have_canfork_callback together with other callback ss_masks.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cgroup.c