Re: [PATCH] jbd2: move more common code into journal_init_common()

From: Theodore Ts'o
Date: Thu Sep 15 2016 - 12:04:02 EST


On Wed, Sep 07, 2016 at 03:16:24PM +0200, Jan Kara wrote:
> On Wed 07-09-16 20:41:13, Geliang Tang wrote:
> > There are some repetitive code in jbd2_journal_init_dev() and
> > jbd2_journal_init_inode(). So this patch moves the common code into
> > journal_init_common() helper to simplify the code. And fix the coding
> > style warnings reported by checkpatch.pl by the way.
> >
> > Signed-off-by: Geliang Tang <geliangtang@xxxxxxxxx>
>
> The patch looks good to me. You can add:
>
> Reviewed-by: Jan Kara <jack@xxxxxxx>

Applied, thanks.

- Ted