|
@@ -3231,8 +3231,6 @@ int journal_mark_dirty(struct reiserfs_transaction_handle *th,
|
|
th->t_trans_id, journal->j_trans_id);
|
|
th->t_trans_id, journal->j_trans_id);
|
|
}
|
|
}
|
|
|
|
|
|
- sb->s_dirt = 1;
|
|
|
|
-
|
|
|
|
prepared = test_clear_buffer_journal_prepared(bh);
|
|
prepared = test_clear_buffer_journal_prepared(bh);
|
|
clear_buffer_journal_restore_dirty(bh);
|
|
clear_buffer_journal_restore_dirty(bh);
|
|
/* already in this transaction, we are done */
|
|
/* already in this transaction, we are done */
|
|
@@ -3316,6 +3314,7 @@ int journal_mark_dirty(struct reiserfs_transaction_handle *th,
|
|
journal->j_first = cn;
|
|
journal->j_first = cn;
|
|
journal->j_last = cn;
|
|
journal->j_last = cn;
|
|
}
|
|
}
|
|
|
|
+ sb->s_dirt = 1;
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|