Re: [PATCH 04/11] mm/damon/vaddr: Remove an unnecessary warning message

From: Muchun Song
Date: Thu Dec 02 2021 - 22:02:17 EST


On Wed, Dec 1, 2021 at 11:05 PM SeongJae Park <sj@xxxxxxxxxx> wrote:
>
> The DAMON virtual address space monitoring primitive prints a warning
> message for wrong DAMOS action. However, it is not essential as the
> code returns appropriate failure in the case. This commit removes the
> message to make the log clean.
>
> Fixes: 6dea8add4d28 ("mm/damon/vaddr: support DAMON-based Operation Schemes")

I don't think there should be a Fixes tag since it's not a serious bug.

Without this:

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>

Thanks.