Re: [PATCH v3 1/3] fs: fix missed removal of super_fs_objects_eligible()
From: Qi Zheng
Date: Tue Aug 04 2026 - 02:23:25 EST
On 8/4/26 5:20 AM, Andrew Morton wrote:
On Mon, 3 Aug 2026 16:46:33 +0800 Qi Zheng <qi.zheng@xxxxxxxxx> wrote:
Commit 0ef8faff490be ("fs: push nr_cached_objects memcg gating into
individual filesystems") forgot to drop the super_fs_objects_eligible(),
just fix it.
What are the userspace-visible runtime effects of this bug? Please
include this info with all bugfix patches.
It's seems this part was missed during the push to the linux-next
branch, see https://lore.kernel.org/all/9c7efd5f-f8d3-4926-acb4-34c326ffb1c3@xxxxxxxxx/.
I expect Christian to help fix this. Including this patch in the
current series is just to provide a complete picture and make
reviewing easier.
Thanks,
Qi
Should we cc:stable?
Thanks.