mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
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>
This commit is contained in:
parent
378acf3cf1
commit
98fd20b9cf
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user