diff options
-rw-r--r-- | fs/ext4/balloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index fe1f50fe764f..3020fd70c392 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c | |||
@@ -610,7 +610,8 @@ int ext4_should_retry_alloc(struct super_block *sb, int *retries) | |||
610 | 610 | ||
611 | jbd_debug(1, "%s: retrying operation after ENOSPC\n", sb->s_id); | 611 | jbd_debug(1, "%s: retrying operation after ENOSPC\n", sb->s_id); |
612 | 612 | ||
613 | return jbd2_journal_force_commit_nested(EXT4_SB(sb)->s_journal); | 613 | jbd2_journal_force_commit_nested(EXT4_SB(sb)->s_journal); |
614 | return 1; | ||
614 | } | 615 | } |
615 | 616 | ||
616 | /* | 617 | /* |