Re: [PATCH] mm/damon/vaddr: changed asm-generic/mman-common.h to linux/mman.h
From: SeongJae Park
Date: Thu Dec 21 2023 - 18:49:56 EST
Hi Tanzir,
On Thu, 21 Dec 2023 23:11:01 +0000 Tanzir Hasan <tanzirh@xxxxxxxxxx> wrote:
> asm-generic/mman-common.h can be replaced by linux/mman.h and the file
> will still build correctly. It is an asm-generic file which should be
> avoided if possible.
>
> Suggested-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> Signed-off-by: Tanzir Hasan <tanzirh@xxxxxxxxxx>
Thank you for this patch :)
Maybe we could add below Fixes: line? I guess stable@ is intentionally not
added and that makes sense, but please let me know if you think differently.
Fixes: 6dea8add4d28 ("mm/damon/vaddr: support DAMON-based Operation Schemes")
Other than that, looks good to me.
Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>
Thanks,
SJ
[...]