Home
last modified time | relevance | path

Searched hist:"7 e586fa0244578320fcced9cc08c6b124f727c35" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.cdiff 7e586fa0244578320fcced9cc08c6b124f727c35 Wed Jun 19 06:47:19 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> 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: Oded Gabbay <ogabbay@advaoptical.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
H A Df2fs.hdiff 7e586fa0244578320fcced9cc08c6b124f727c35 Wed Jun 19 06:47:19 CDT 2013 Jaegeuk Kim <jaegeuk.kim@samsung.com> 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: Oded Gabbay <ogabbay@advaoptical.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>