From: liaohua Date: Thu, 23 Apr 2020 03:30:20 +0000 (+0800) Subject: fix wrong use of sizeof in yaffs_checkpt_close X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=b6394bf1260ce815bd7719fe1e6d03850810385b;hp=b6394bf1260ce815bd7719fe1e6d03850810385b fix wrong use of sizeof in yaffs_checkpt_close There is a distinct bug that sizeof was used incorrectly, causing the judgment to be ineffective and always flushing checkpt buffer. Signed-off-by: liaohua ---