journal_entry_is_inprogress
if (unlikely(journal_entry_is_inprogress(je))) {
__io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je));
io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je));
BUG_ON(unlikely(journal_entry_is_inprogress(je)) && !from_replay);
BUG_ON(unlikely(journal_entry_is_inprogress(je2)) && !from_replay);