On 2020/12/7 18:59, liush wrote:
From: Yangtao Li <[email protected]>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 <[email protected]> Signed-off-by: Shaohua Liu <[email protected]>
Reviewed-by: Chao Yu <[email protected]> Thanks,

