Using yield() is strongly discouraged (see sched/core.c) especially
since we can just use cond_resched().
Replace all use of yield() with cond_resched().
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
ei->i_da_metadata_calc_last_lblock = save_last_lblock;
spin_unlock(&ei->i_block_reservation_lock);
if (ext4_should_retry_alloc(inode->i_sb, &retries)) {
ei->i_da_metadata_calc_last_lblock = save_last_lblock;
spin_unlock(&ei->i_block_reservation_lock);
if (ext4_should_retry_alloc(inode->i_sb, &retries)) {
goto repeat;
}
dquot_release_reservation_block(inode, EXT4_C2B(sbi, 1));
goto repeat;
}
dquot_release_reservation_block(inode, EXT4_C2B(sbi, 1));
if (free < needed && busy) {
busy = 0;
ext4_unlock_group(sb, group);
if (free < needed && busy) {
busy = 0;
ext4_unlock_group(sb, group);
- /*
- * Yield the CPU here so that we don't get soft lockup
- * in non preempt case.
- */
- yield();
ext4_claim_free_clusters(sbi, ar->len, ar->flags)) {
/* let others to free the space */
ext4_claim_free_clusters(sbi, ar->len, ar->flags)) {
/* let others to free the space */
ar->len = ar->len >> 1;
}
if (!ar->len) {
ar->len = ar->len >> 1;
}
if (!ar->len) {