]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
f2fs: fix wrong description in printed log
authorChao Yu <chao@kernel.org>
Mon, 15 Jun 2026 13:08:17 +0000 (21:08 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 22 Jun 2026 19:52:38 +0000 (19:52 +0000)
This patch fixes wrong description in printed log:

"SSA and SIT" -> "SIT and SSA"

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/gc.c

index 56a1c0547d7694f0419cae3b76ebd356dd7851aa..ffaa7ba76a1bd25d3331acdf2a1675af6e57f414 100644 (file)
@@ -1893,7 +1893,7 @@ static int do_garbage_collect(struct f2fs_sb_info *sbi,
                        sum = SUM_BLK_PAGE_ADDR(sbi, sum_folio, cur_segno);
                        if (type != GET_SUM_TYPE(sum_footer(sbi, sum))) {
                                f2fs_err(sbi, "Inconsistent segment (%u) type "
-                                               "[%d, %d] in SSA and SIT",
+                                               "[%d, %d] in SIT and SSA",
                                                cur_segno, type,
                                                GET_SUM_TYPE(
                                                sum_footer(sbi, sum)));