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>
Sat, 31 Mar 2018 14:57:25 +0000 (15:57 +0100)
commit25883be99f4d43f1ce6c3c867cffa01d3eccc992
tree250bcb97d6bd048c5ea210ce3bb58493f389910b
parent770a0c15ea83972ff5058717d477796996e970fa
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