On 2019/7/17 5:08, Jaegeuk Kim wrote: > On 07/16, Chao Yu wrote: >> Ping, > > It seems this is still breaking the tests. At some point on fault/power tests, > I hit fsck is stopped since it's missing one NAT node. > >> >> On 2019-6-26 17:48, Chao Yu wrote: >>> + ret = dev_read(buf, src << F2FS_BLKSIZE_BITS, seg_size); >>> + ASSERT(ret >= 0); >>> + >>> + ret = dev_write(buf, dst << F2FS_BLKSIZE_BITS, seg_size); >>> + ASSERT(ret >= 0);
My bad, it looks seg_size is wrong, let me send v3... Thanks, _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
