mm/damon: simplify the parameter passing for 'check_accesses'
authorKaixu Xia <kaixuxia@tencent.com>
Sat, 27 Aug 2022 09:02:50 +0000 (17:02 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 Sep 2022 03:26:04 +0000 (20:26 -0700)
commit09876ae73945ca69550ce2cbe0538de11997fd94
tree1fa17ba7d654f5b13338426dc759893c35ad2305
parentb4a0215e11dcfe23a48c65c6d6c82c0c2c551a48
mm/damon: simplify the parameter passing for 'check_accesses'

Patch series "mm/damon: Simplify the damon regions access check", v2.

This patchset simplifies the operations when checking the damon regions
accesses.

This patch (of 2):

The parameter 'struct damon_ctx *ctx' isn't used in the functions
__damon_{p,v}a_check_access(), so we can remove it and simplify the
parameter passing.

Link: https://lkml.kernel.org/r/1661590971-20893-1-git-send-email-kaixuxia@tencent.com
Link: https://lkml.kernel.org/r/1661590971-20893-2-git-send-email-kaixuxia@tencent.com
Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/damon/paddr.c
mm/damon/vaddr.c