mbox series

[v2,0/2] jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_checkpoint_list()

Message ID 20240407065355.1528580-1-yebin10@huawei.com
Headers show
Series jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_checkpoint_list() | expand

Message

yebin (H) April 7, 2024, 6:53 a.m. UTC
Diff v2 vs v1:
1. Update/add comment for __jbd2_journal_clean_checkpoint_list();
2. Add 'jbd2' prefix for 'shrink_type';

Ye Bin (2):
  jbd2: use shrink_type type instead of bool type for
    __jbd2_journal_clean_checkpoint_list()
  jbd2: add prefix 'jbd2' for 'shrink_type'

 fs/jbd2/checkpoint.c | 24 +++++++++++++-----------
 fs/jbd2/commit.c     |  2 +-
 include/linux/jbd2.h |  4 +++-
 3 files changed, 17 insertions(+), 13 deletions(-)

Comments

Theodore Ts'o May 9, 2024, 2:53 p.m. UTC | #1
On Sun, 07 Apr 2024 14:53:53 +0800, Ye Bin wrote:
> Diff v2 vs v1:
> 1. Update/add comment for __jbd2_journal_clean_checkpoint_list();
> 2. Add 'jbd2' prefix for 'shrink_type';
> 
> Ye Bin (2):
>   jbd2: use shrink_type type instead of bool type for
>     __jbd2_journal_clean_checkpoint_list()
>   jbd2: add prefix 'jbd2' for 'shrink_type'
> 
> [...]

Applied, thanks!

[1/2] jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_checkpoint_list()
      commit: 078760d950016f5982751f5512e69f26ad8feb31
[2/2] jbd2: add prefix 'jbd2' for 'shrink_type'
      commit: 26770a717cac57041d9414725e3e01dd19b08dd2

Best regards,