mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
fsck.f2fs: reduce redundant message
This assert message is unnecessary to be shown, since caller shows the reason already. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
fb5eef1d7e
commit
a81e54404c
@ -340,7 +340,7 @@ static inline bool IS_VALID_BLK_ADDR(struct f2fs_sb_info *sbi, u32 addr)
|
||||
|
||||
if (addr >= F2FS_RAW_SUPER(sbi)->block_count ||
|
||||
addr < SM_I(sbi)->main_blkaddr) {
|
||||
ASSERT_MSG("block addr [0x%x]\n", addr);
|
||||
DBG(1, "block addr [0x%x]\n", addr);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user