2022-09-08 09:21:25

by Ritesh Harjani

[permalink] [raw]
Subject: Re: [PATCH v2 12/13] ext4: factor out ext4_load_and_init_journal()

On 22/09/03 11:01AM, Jason Yan wrote:
> This patch group the journal load and initialize code together and
> factor out ext4_load_and_init_journal(). This patch also removes the
> lable 'no_journal' which is not needed after refactor.

Clever cleanup.


>
> Signed-off-by: Jason Yan <[email protected]>
> Reviewed-by: Jan Kara <[email protected]>
> ---
> fs/ext4/super.c | 157 +++++++++++++++++++++++++++---------------------
> 1 file changed, 88 insertions(+), 69 deletions(-)

Looks good.
Reviewed-by: Ritesh Harjani (IBM) <[email protected]>