Re: [PATCH 1/3] nodemask: propagate boolean for nodes_and{,not}

From: Gregory Price

Date: Wed Jan 14 2026 - 12:57:07 EST


On Wed, Jan 14, 2026 at 12:22:13PM -0500, Yury Norov wrote:
> Bitmap functions bitmap_and{,not} return boolean depending on emptiness
> of the result bitmap. The corresponding nodemask helpers ignore the
> returned value.
>
> Propagate the underlying bitmaps result to nodemasks users, as it
> simplifies user code.
>
> Signed-off-by: Yury Norov <ynorov@xxxxxxxxxx>

Reviewed-by: Gregory Price <gourry@xxxxxxxxxx>