On 2020/12/7 18:59, liush wrote:
From: Yangtao Li <tiny.win...@gmail.com>Many flash devices read and write a single IO based on a multiple of 4KB, and we support only 4KB page cache size now. Since we already check page size in init_f2fs_fs(), so remove page size check in sanity_check_raw_super(). Signed-off-by: Yangtao Li <tiny.win...@gmail.com> Signed-off-by: Shaohua Liu <li...@allwinnertech.com>
Reviewed-by: Chao Yu <yuch...@huawei.com> Thanks,