Re: [f2fs-dev] [PATCH V3] f2fs: large volume support

2014-05-26 Thread Changman Lee
Changes from V3 o remove CP_LARGE_VOL_FLAG instead, use cp_payload in superblock because disk size is determined at format Changes from V2 o fix conversion like le32_to_cpu o use is_set_ckpt_flags instead of bit operation o check return value after memory allocation Changes from V1 o fix

[f2fs-dev] [PATCH V3] f2fs: large volume support

2014-05-22 Thread Changman Lee
Changes from V2 o fix conversion like le32_to_cpu o use is_set_ckpt_flags instead of bit operation o check return value after memory allocation Changes from V1 o fix orphan node blkaddr for large volume Jaegeuk, What is your opinion about reallocation of sbi->ckpt ? If you have any idea, let