diff options
| author | qinyu <qin.yuA@h3c.com> | 2026-02-03 12:54:00 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-03-25 00:38:25 +0300 |
| commit | b8a4b088381875ff1a93c0c2d5a926b30b1bfe31 (patch) | |
| tree | 4d195e63fba42560e52e74974570cc6d89bd6e58 /include | |
| parent | 7e74dd031620549174eb287649aa12970ef56589 (diff) | |
| download | linux-b8a4b088381875ff1a93c0c2d5a926b30b1bfe31.tar.xz | |
mm/damon/ops-common: remove redudnant mmu notifier call in pmdp mkold
Currently, mmu_notifier_clear_young() is called immediately after
pmdp_clear_young_notify(), which already calls mmu_notifier_clear_young()
internally. This results in a redundant notifier call.
Replace pmdp_clear_young_notify() with the non-notify variant to avoid the
duplicate call and make the pmdp path consistent with the corresponding
ptep_mkold() code.
Link: https://lkml.kernel.org/r/20260203095400.2465255-1-qin.yuA@h3c.com
Signed-off-by: qinyu <qin.yuA@h3c.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
