diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2017-08-09 13:25:21 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-08-11 20:33:28 +0300 |
commit | 696b98f244f77a79840bf420861c996d61c82637 (patch) | |
tree | 8085a1bfa4e633ecc489c9ea9d9ffa690b12620f /include/linux/cgroup-defs.h | |
parent | 3e48930cc74f0c212ee1838f89ad0ca7fcf2fea1 (diff) | |
download | linux-696b98f244f77a79840bf420861c996d61c82637.tar.xz |
cgroup: remove unneeded checks
"descendants" and "depth" are declared as int, so they can't be larger
than INT_MAX. Static checkers complain and it's slightly confusing for
humans as well so let's just remove these conditions.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/cgroup-defs.h')
0 files changed, 0 insertions, 0 deletions