aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
authorChao Yu <chao@kernel.org>2026-06-15 21:08:17 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2026-06-22 19:52:38 +0000
commit98fd20b9cf472d7e0518517ea9e587a9a2b8b311 (patch)
tree22fe3a8ca342b6f6aaf68caaf69e4f3aed94ae18 /fs
parent378acf3cf19b6af6cba55e8dd1154c4e1504bae8 (diff)
downloadath-98fd20b9cf472d7e0518517ea9e587a9a2b8b311.tar.gz
f2fs: fix wrong description in printed log
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/f2fs/gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c
index 56a1c0547d769..ffaa7ba76a1bd 100644
--- a/fs/f2fs/gc.c
+++ b/fs/f2fs/gc.c
@@ -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)));