Re: tools/testing/radix-tree/maple.c & vs | defect
From: Liam R. Howlett
Date: Tue May 12 2026 - 10:36:31 EST
On 26/04/24 07:38PM, Joe Perches wrote:
> tools/testing/radix-tree/maple.c: MT_BUG_ON(mt, mas_preallocate(&mas, ptr, GFP_KERNEL & GFP_NOWAIT) == 0);
> tools/testing/radix-tree/maple.c: MT_BUG_ON(mt, mas_preallocate(&mas, ptr, GFP_KERNEL & GFP_NOWAIT) == 0);
>
> Presumably the & here should be |
Thanks. I'll have a look.