cgroup: Retain support for cgroup_memory=1
authorPhil Elwell <phil@raspberrypi.org>
Mon, 27 Nov 2017 17:29:08 +0000 (17:29 +0000)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:41:09 +0000 (17:41 +0000)
commit9fe8a95bab4461430f3b9086de9e25ff5c80a700
tree96d3ea467b3c82a4283408a52b9c3b008b762012
parent70d5094c400effbd61f4f2b7049ce1f8368f6f85
cgroup: Retain support for cgroup_memory=1

As part of a misguided fix for the automatic disabling of cgroup
memory, a new kernel parameter "cgroup_memory" was added. This
extra parameter is unnecessary now that implicit memory cgroup
disabling works correctly, but some unfortunate users may have
come to rely on it.

See: https://github.com/raspberrypi/issues/1950

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
kernel/cgroup.c