mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
reiserfs: cleanup, remove sb argument from journal_mark_dirty
journal_mark_dirty doesn't need a separate sb argument; It's provided by the transaction handle. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
parent
58d854265c
commit
09f1b80ba8
12 changed files with 35 additions and 38 deletions
|
@ -2572,7 +2572,7 @@ int fix_nodes(int op_mode, struct tree_balance *tb,
|
|||
*/
|
||||
reiserfs_prepare_for_journal(tb->tb_sb,
|
||||
SB_BUFFER_WITH_SB(tb->tb_sb), 1);
|
||||
journal_mark_dirty(tb->transaction_handle, tb->tb_sb,
|
||||
journal_mark_dirty(tb->transaction_handle,
|
||||
SB_BUFFER_WITH_SB(tb->tb_sb));
|
||||
if (FILESYSTEM_CHANGED_TB(tb))
|
||||
return REPEAT_SEARCH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue