]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kernel/cgroup: Remove the unused variable climit
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Tue, 14 Jan 2025 06:28:04 +0000 (14:28 +0800)
committerMaxime Ripard <mripard@kernel.org>
Wed, 15 Jan 2025 08:39:26 +0000 (09:39 +0100)
commit8f52fd7a7de6097089f73bd7dad7c558ea9a8a3f
tree0073695c8887f33a03d8e09c8a961d080e8eaabd
parent78a5acf5433d8c675fa826da3ce8646c999f2842
kernel/cgroup: Remove the unused variable climit

Variable climit is not effectively used, so delete it.

kernel/cgroup/dmem.c:302:23: warning: variable â€˜climit’ set but not used.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=13512
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250114062804.5092-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Maxime Ripard <mripard@kernel.org>
kernel/cgroup/dmem.c