From: Jaegeuk Kim Date: Wed, 19 Jun 2013 11:47:19 +0000 (+0900) Subject: f2fs: fix crc endian conversion X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e586fa0244578320fcced9cc08c6b124f727c35;p=pandora-kernel.git 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 Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed