Re: [v3 PATCH] mm: move_pages: return valid node id in status if the page is already on the target node

From: Qian Cai
Date: Thu Dec 05 2019 - 17:23:49 EST




> On Dec 5, 2019, at 5:09 PM, Yang Shi <yang.shi@xxxxxxxxxxxxxxxxx> wrote:
>
> As I said the status return value issue is a regression, but the -ENOENT issue has been there since the syscall was introduced (The visual inspection shows so I didn't actually run test against 2.6.x kernel, but it returns 0 for >= 3.10 at least). It does need further clarification (doc problem or code problem).

The question is why we should care about this change of behavior. It is arguably you are even trying to fix an ambiguous part of the manpage, but instead leave a more obviously one still broken. It is really difficult to understand the logical here.

>
> Michal also noticed several inconsistencies when he was reworking move_pages(), and I agree with him that we'd better not touch them without a clear usecase.

It could argue that there is no use case to restore the behavior either.