mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()
authorSeongJae Park <sj@kernel.org>
Wed, 26 Oct 2022 22:59:37 +0000 (22:59 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 30 Nov 2022 23:01:25 +0000 (15:01 -0800)
commit1f71981408ef5696ad8544f282d336d4fc60a807
tree036b4ccca0838ca6536c769ff5f675724955fd35
parent789a230613c8dd14bdd41653de0c22783726276f
mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()

'damon_sysfs_region_alloc()' is always called with zero-filled 'struct
damon_addr_range', because the start and end addresses should set by
users.  Remove unnecessary parameters of the function and simplify the
body by using 'kzalloc()'.

Link: https://lkml.kernel.org/r/20221026225943.100429-7-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/damon/sysfs.c