commit | 5c88f403a5d2bd75911c6faaacc9bea97ac7d121 | [log] [tgz] |
---|---|---|
author | Song Liu <songliubraving@fb.com> | Wed Dec 07 09:42:05 2016 -0800 |
committer | Shaohua Li <shli@fb.com> | Thu Dec 08 10:34:03 2016 -0800 |
tree | 63a30076fc9664afc1c991dbb72caa3ad73be565 | |
parent | d30dfeb9be25c67c9cfdfd932db57a571fd347b4 [diff] |
md/raid5-cache: fix crc in rewrite_data_only_stripes() r5l_recovery_create_empty_meta_block() creates crc for the empty metablock. After the metablock is updated, we need clear the checksum before recalculate it. Shaohua: moved checksum calculation out of r5l_recovery_create_empty_meta_block. We should calculate it after all fields are updated. Signed-off-by: Song Liu <songliubraving@fb.com> Signed-off-by: Shaohua Li <shli@fb.com>