]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
yaffs2: Remove block number check from summary verification
authorCharles Manning <cdhmanning@gmail.com>
Mon, 20 Jan 2014 02:51:59 +0000 (15:51 +1300)
committerTom Rini <trini@ti.com>
Mon, 20 Jan 2014 15:09:51 +0000 (10:09 -0500)
commit55283635a0f696cc2316120de49672be7a418735
treeb404cafa5adf033005d05b26b4cd01f82c0aa768
parentb5bbac1a9b07016602559ff483df265fef6c1f83
yaffs2: Remove block number check from summary verification

The summary already has other verification. This one is not needed.

The check caused summaries to be ignored if they were not on the
numbered block. This caused problems when a summary was embedded in an
image and the image is written to a flash with bad blocks.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
fs/yaffs2/yaffs_summary.c