Unverified Commit 4393c46c authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!3637 jbd2: fix soft lockup in journal_finish_inode_data_buffers()

parents 519be7d3 e4c5860f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -300,6 +300,7 @@ static int journal_finish_inode_data_buffers(journal_t *journal,
			if (!ret)
				ret = err;
		}
		cond_resched();
		spin_lock(&journal->j_list_lock);
		jinode->i_flags &= ~JI_COMMIT_RUNNING;
		smp_mb();