Re: [PATCH v2 3/3] selftests/mm: kmemleak: drop stale min_unref_scans default from comments
Catalin Marinas <[email protected]> Mon, 3 Aug 2026 14:49:25 +0100
| Newsgroups | gmane.linux.kernel.workflows,gmane.linux.kernel.mm,gmane.linux.kernel,gmane.linux.documentation |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 31, 2026 at 03:13:06AM -0700, Breno Leitao wrote: > The test writes min_unref_scans explicitly for every case, so its comments > describing 1 as the default are both unnecessary and, since the default is > now conditional, wrong. Refer to the threshold values directly. > > No functional change. > > Signed-off-by: Breno Leitao <[email protected]> Acked-by: Catalin Marinas <[email protected]>