···129129 setup_timer(&journal->j_commit_timer, commit_timeout,130130 (unsigned long)current);131131132132+ set_freezable();133133+132134 /* Record that the journal thread is running */133135 journal->j_task = current;134136 wake_up(&journal->j_wait_done_commit);
+2
fs/jbd2/journal.c
···139139 setup_timer(&journal->j_commit_timer, commit_timeout,140140 (unsigned long)current);141141142142+ set_freezable();143143+142144 /* Record that the journal thread is running */143145 journal->j_task = current;144146 wake_up(&journal->j_wait_done_commit);