git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696c018
)
f2fs: fix crc endian conversion
author
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Wed, 19 Jun 2013 11:47:19 +0000
(20:47 +0900)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Mon, 1 Jul 2013 23:47:35 +0000
(08:47 +0900)
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>
No differences found