summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/f2fs/data.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
index ac82e69a9f5f..05158f89ef32 100644
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@ -1080,10 +1080,6 @@ alloc_new:
io->last_block_in_bio = fio->new_blkaddr;
trace_f2fs_submit_page_write(fio->page, fio);
-skip:
- if (fio->in_list)
- goto next;
-out:
#ifdef CONFIG_BLK_DEV_ZONED
if (f2fs_sb_has_blkzoned(sbi) && btype < META &&
is_end_zone_blkaddr(sbi, fio->new_blkaddr)) {
@@ -1096,6 +1092,10 @@ out:
__submit_merged_bio(io);
}
#endif
+skip:
+ if (fio->in_list)
+ goto next;
+out:
if (is_sbi_flag_set(sbi, SBI_IS_SHUTDOWN) ||
!f2fs_is_checkpoint_ready(sbi))
__submit_merged_bio(io);
7ce1e21ded29886&follow=1'>Eighth batch for 2.11Junio C Hamano1-0/+34 2016-10-03Seventh batch for 2.11Junio C Hamano1-0/+40 2016-10-03Git 2.10.1v2.10.1Junio C Hamano3-2/+14 2016-10-03ref-filter: strip format option after a field name only once while parsingSZEDER Gábor1-11/+11 2016-10-03show-branch: use QSORTRené Scharfe1-4/+2 2016-10-03coccicheck: make transformation for strbuf_addf(sb, "...") more preciseRené Scharfe1-3/+26 2016-09-29pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe2-2/+2 2016-09-29use QSORT, part 2René Scharfe2-3/+2 2016-09-29coccicheck: use --all-includes by defaultRené Scharfe1-1/+2 2016-09-29http: control GSSAPI credential delegationPetr Stodulka2-0/+51 2016-09-29Sixth batch for 2.11Junio C Hamano1-0/+28 2016-09-29Prepare for 2.10.1Junio C Hamano1-0/+87 2016-09-29graph: fix extra spaces in graph_padding_lineJeff King1-4/+12 2016-09-29remove unnecessary check before QSORTRené Scharfe3-8/+23 2016-09-29use QSORTRené Scharfe30-65/+44 2016-09-29add QSORTRené Scharfe2-0/+27 2016-09-28blame: use DEFAULT_ABBREV macroJunio C Hamano1-1/+1 2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt6-0/+124 2016-09-28t5100-mailinfo: replace common path prefix with variableKevin Daudt1-33/+35 2016-09-27rev-list-options: clarify the usage of --reversePranit Bauva1-2/+3 2016-09-27fsck: handle bad trees like other errorsDavid Turner4-19/+106 2016-09-27tree-walk: be more specific about corrupt tree errorsJeff King2-7/+30 2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe4-4/+9 2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe3-2/+8