Re: [PATCH] [v2] ext4: Fix error handling code in add_new_gdb

From: Theodore Y. Ts'o
Date: Sat Oct 03 2020 - 00:15:44 EST


On Sat, Aug 29, 2020 at 10:54:02AM +0800, Dinghao Liu wrote:
> When ext4_journal_get_write_access() fails, we should
> terminate the execution flow and release n_group_desc,
> iloc.bh, dind and gdb_bh.
>
> Signed-off-by: Dinghao Liu <dinghao.liu@xxxxxxxxxx>

Thanks, applied.

- Ted