Skip to content

Commit a3a0bc6

Browse files
chaseyuJaegeuk Kim
authored andcommitted
f2fs: compress: fix typo in f2fs_reserve_compress_blocks()
s/released/reserved. Signed-off-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
1 parent 186e7d7 commit a3a0bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/f2fs/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3810,7 +3810,7 @@ static int f2fs_reserve_compress_blocks(struct file *filp, unsigned long arg)
38103810
} else if (reserved_blocks &&
38113811
atomic_read(&F2FS_I(inode)->i_compr_blocks)) {
38123812
set_sbi_flag(sbi, SBI_NEED_FSCK);
3813-
f2fs_warn(sbi, "%s: partial blocks were released i_ino=%lx "
3813+
f2fs_warn(sbi, "%s: partial blocks were reserved i_ino=%lx "
38143814
"iblocks=%llu, reserved=%u, compr_blocks=%u, "
38153815
"run fsck to fix.",
38163816
__func__, inode->i_ino, inode->i_blocks,

0 commit comments

Comments
 (0)