The 6 patches worked for my case. This one seems to have done the work:
    fsck.f2fs: remove inconsistent named directories


   [__chk_dentries: 804] [  5]-[0x8] name[rJx8QtCT5u-dJsmZ4GOp2ahzwPs]
len[0x1b] ino[0x24e49] type[0x2]
    [ASSERT] (sanity_check_nid: 296)  --> mismatch name [0x24e49]
[rJx8QtCT5u-dJsmZ4GOp2ahzwPs vs. de7e59c967696ac0_0]
    [FIX] (__chk_dentries: 823)  --> Unlink [0x24e49] -
rJx8QtCT5u-dJsmZ4GOp2ahzwPs len[0x1b], type[0x2]
    ...
    [__chk_dentries: 804] [  5]-[0x6f] name[de7e59c967696ac0_0]
len[0x12] ino[0x24e49] type[0x1]
    [ASSERT] (fsck_chk_inode_blk: 556)  --> ino: 0x24e49 has i_blocks:
00000001, but has 3 blocks
    [FIX] (fsck_chk_inode_blk: 561)  --> [0x24e49] i_blocks=0x00000001 -> 0x3

Thanks.

On Thu, Mar 26, 2015 at 5:06 PM, Jaegeuk Kim <jaeg...@kernel.org> wrote:
> I found that fsck.f2fs has some missing cases.
> And it seems that one of them is very similar with your issue.
> Could you test the patches that I submitted seconds ago?

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to