Skip to content

Commit 5bf624c

Browse files
chaseyuJaegeuk Kim
authored andcommitted
f2fs: fix comment in sanity_check_raw_super()
Commit d7e9a90 ("f2fs: Support Block Size == Page Size") missed to adjust comment in sanity_check_raw_super(), fix it. Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent 92f750d commit 5bf624c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/f2fs/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3456,7 +3456,7 @@ static int sanity_check_raw_super(struct f2fs_sb_info *sbi,
34563456
}
34573457
}
34583458

3459-
/* Currently, support only 4KB block size */
3459+
/* only support block_size equals to PAGE_SIZE */
34603460
if (le32_to_cpu(raw_super->log_blocksize) != F2FS_BLKSIZE_BITS) {
34613461
f2fs_info(sbi, "Invalid log_blocksize (%u), supports only %u",
34623462
le32_to_cpu(raw_super->log_blocksize),

0 commit comments

Comments
 (0)