Re: [PATCH] erofs: simplify z_erofs_gbuf_growsize()
Chao Yu <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.ozlabs.lists.linux-erofs |
|---|---|
| Message-ID | <[email protected]> |
On 8/23/26 22:23, Gao Xiang wrote: > - Use guard(mutex)() to manage gbuf_resize_mutex; > > - Nullify tmp_pages after successful allocation, so that the error > path becomes clearer. > > Signed-off-by: Gao Xiang <[email protected]> Reviewed-by: Chao Yu <[email protected]> Thanks,