Re: [PATCH v3 1/3] fs: fix missed removal of super_fs_objects_eligible()
Qi Zheng <[email protected]> Tue, 4 Aug 2026 14:18:33 +0800
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On 8/4/26 5:20 AM, Andrew Morton wrote: > On Mon, 3 Aug 2026 16:46:33 +0800 Qi Zheng <[email protected]> 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/[email protected]/. 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.