Skip to content
Commit 7e586fa0 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: fix crc endian conversion



While calculating CRC for the checkpoint block, we use __u32, but when storing
the crc value to the disk, we use __le32.

Let's fix the inconsistency.

Reported-and-Tested-by: default avatarOded Gabbay <ogabbay@advaoptical.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk.kim@samsung.com>
parent 696c018c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment