netfilter: nft_compat: narrow down revision to unsigned 8-bits
[platform/kernel/linux-rpi.git] / fs / jbd2 / commit.c
index 9bdb377..5e12258 100644 (file)
@@ -270,6 +270,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();