Re: [PATCH 1/3] nodemask: propagate boolean for nodes_and{,not}
From: David Hildenbrand (Red Hat)
Date: Thu Jan 15 2026 - 15:32:15 EST
On 1/14/26 18:22, 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: David Hildenbrand (Red Hat) <david@xxxxxxxxxx>
--
Cheers
David