Searched hist:"7 e586fa0244578320fcced9cc08c6b124f727c35" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | checkpoint.c | diff 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 D | f2fs.h | diff 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>
|