From: Li Zefan Date: Tue, 18 Jun 2013 10:41:53 +0000 (+0800) Subject: cgroup: fix memory leak in cgroup_rm_cftypes() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~44^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57947d27711451a7739a25bba6cddc8a385e438;p=pandora-kernel.git cgroup: fix memory leak in cgroup_rm_cftypes() The memory allocated in cgroup_add_cftypes() should be freed. The effect of this bug is we leak a bit memory everytime we unload cfq-iosched module if blkio cgroup is enabled. Signed-off-by: Li Zefan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed