Displaying 1 result from an estimated 1 matches for "cs_chp_time".
2008 Mar 18
1
Problems patching fs/jbd/checkpoint.c in RHEL4 2.6.9-67.0.4 kernel
...h_count == NR_BATCH) {
__flush_batch(journal, bhs, batch_count);
@@ -315,6 +317,8 @@ int log_do_checkpoint(journal_t *journal
tid_t this_tid;
transaction = journal->j_checkpoint_transactions;
+ if (transaction->t_chp_stats.cs_chp_time == 0)
+ transaction->t_chp_stats.cs_chp_time = CURRENT_MSECS;
this_tid = transaction->t_tid;
jh = transaction->t_checkpoint_list;
this_tid = transaction->t_tid;
jh = transaction->t_checkpoint_list;...