misc_cgroup: remove error log to avoid log flood
authorChunguang Xu <brookxu@tencent.com>
Fri, 17 Sep 2021 12:44:15 +0000 (20:44 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 20 Sep 2021 17:35:38 +0000 (07:35 -1000)
commitb03357528fd9516600ff358ab5d4b887b8cb80e8
tree037b3e4f1b5a4afa466ee0f2f349b4b9a338a52f
parentf279294b329363eb6ada568e494d609ef78e3e8e
misc_cgroup: remove error log to avoid log flood

In scenarios where containers are frequently created and deleted,
a large number of error logs maybe generated. The logs only show
which node is about to go over the max limit, not the node which
resource request failed. As misc.events has provided relevant
information, maybe we can remove this log.

Signed-off-by: Chunguang Xu <brookxu@tencent.com>
Reviewed-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/misc_cgroup.h
kernel/cgroup/misc.c