mbox series

[v2,0/2] JBD2: print io_block if check data block checksum failed when do recovery

Message ID 20230904105817.1728356-1-yebin10@huawei.com
Headers show
Series JBD2: print io_block if check data block checksum failed when do recovery | expand

Message

yebin (H) Sept. 4, 2023, 10:58 a.m. UTC
Diff v2 vs v1:
Modify print information for the first patch according to Jan Kara's suggestion.

Ye Bin (2):
  JBD2: print io_block if check data block checksum failed when do
    recovery
  JBD2: fix printk format type for 'io_block' in do_one_pass()

 fs/jbd2/recovery.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Theodore Ts'o Oct. 6, 2023, 6:06 p.m. UTC | #1
On Mon, 04 Sep 2023 18:58:15 +0800, Ye Bin wrote:
> Diff v2 vs v1:
> Modify print information for the first patch according to Jan Kara's suggestion.
> 
> Ye Bin (2):
>   JBD2: print io_block if check data block checksum failed when do
>     recovery
>   JBD2: fix printk format type for 'io_block' in do_one_pass()
> 
> [...]

Applied, thanks!

[1/2] JBD2: print io_block if check data block checksum failed when do recovery
      commit: 71cd5a5aa0607073adba3852739b7f8c22bc7b50
[2/2] JBD2: fix printk format type for 'io_block' in do_one_pass()
      commit: 8b6b562121f1981315e76b6ae1f8a5cbbcf14bd7

Best regards,