]> git.ipfire.org Git - thirdparty/linux.git/commit
mm/damon/vaddr: change asm-generic/mman-common.h to linux/mman.h
authorTanzir Hasan <tanzirh@google.com>
Thu, 21 Dec 2023 23:11:01 +0000 (23:11 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 29 Dec 2023 19:58:57 +0000 (11:58 -0800)
commit1ae41dffd48a700f4bf69e5377f4311de7d92b78
treead133b255c62f4ce05423df742d822f6f65281ea
parente99fb98d478a0480d50e334df21bef12fb74e17f
mm/damon/vaddr: change asm-generic/mman-common.h to linux/mman.h

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.

Link: https://lkml.kernel.org/r/20231221-asmgenericvaddr-v1-1-742b170c914e@google.com
Fixes: 6dea8add4d28 ("mm/damon/vaddr: support DAMON-based Operation Schemes")
Signed-off-by: Tanzir Hasan <tanzirh@google.com>
Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/damon/vaddr.c