https://bugzilla.kernel.org/show_bug.cgi?id=203169

Chao Yu ([email protected]) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Chao Yu ([email protected]) ---
I don't think this is a bug.

[   44.217508] F2FS-fs (sdb): access invalid blkaddr:56
[   44.217529] WARNING: CPU: 0 PID: 1036 at fs/f2fs/checkpoint.c:160 

fs/f2fs/checkpoint.c:160

f2fs_is_valid_blkaddr() {
...
f2fs_msg(sbi->sb, KERN_WARNING, "access invalid blkaddr:%u", blkaddr);
WARN_ON(1);
...
}

BTW, with your image, I just hit below dmesg during mount:

[34996.986845] F2FS-fs (loop0): Invalid segment count (555819297)
[34996.986845] F2FS-fs (loop0): Can't find valid F2FS filesystem in 2th
superblock
[34996.991449] F2FS-fs (loop0): Mismatch valid blocks 0 vs. 12
[34996.991449] F2FS-fs (loop0): Failed to initialize F2FS segment manager

Are you sure, you attached the right image?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to