Re: [PATCH v2 21/28] binder: make oversized buffer code more readable

From: Alice Ryhl
Date: Mon Dec 04 2023 - 06:57:56 EST


> The sections in binder_alloc_new_buf_locked() dealing with oversized
> buffers are scattered which makes them difficult to read. Instead,
> consolidate this code into a single block to improve readability.
>
> No functional change here.
>
> Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx>

Tricky, but looks ok.

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>