Re: [PATCH] FIX the comment of struct jbd2_journal_handle

2020-10-02 Thread Theodore Y. Ts'o
On Wed, Sep 23, 2020 at 01:12:31AM +0800, Hui Su wrote: > the struct name was modified long ago, but the comment still > use struct handle_s. > > Signed-off-by: Hui Su Tnanks, applied. I updated the commit summary to be: jbd2: fix the comment of struct jbd2_journal_handle

Re: [PATCH] FIX the comment of struct jbd2_journal_handle

2020-09-23 Thread Jan Kara
On Wed 23-09-20 01:12:31, Hui Su wrote: > the struct name was modified long ago, but the comment still > use struct handle_s. > > Signed-off-by: Hui Su Thanks for the patch. It looks good to me. You can add: Reviewed-by: Jan Kara

[PATCH] FIX the comment of struct jbd2_journal_handle

2020-09-22 Thread Hui Su
the struct name was modified long ago, but the comment still use struct handle_s. Signed-off-by: Hui Su --- include/linux/jbd2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index 08f904943ab2..a1ef05412acf 100644 --- a/inclu