mbox series

[v2,0/6] some cleanup and refactor for jbd2 journal recover

Message ID 20240930005942.626942-1-yebin@huaweicloud.com
Headers show
Series some cleanup and refactor for jbd2 journal recover | expand

Message

Ye Bin Sept. 30, 2024, 12:59 a.m. UTC
Diff v2 vs v1:
1. Modify the indentation problem and remove unnecessary braces in PATCH[4];
2. Add PATCH[6] to remove the 'success' parameter from the jbd2_do_replay();

Ye Bin (6):
  jbd2: remove redundant judgments for check v1 checksum
  jbd2: unified release of buffer_head in do_one_pass()
  jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass()
  jbd2: factor out jbd2_do_replay()
  jbd2: remove useless 'block_error' variable
  jbd2: remove the 'success' parameter from the jbd2_do_replay()
    function

 fs/jbd2/recovery.c | 311 +++++++++++++++++++++------------------------
 1 file changed, 148 insertions(+), 163 deletions(-)