From: Jaegeuk Kim Date: Wed, 28 Nov 2012 07:12:41 +0000 (+0900) Subject: f2fs: fix endian conversion bugs reported by sparse X-Git-Tag: v3.8-rc1~23^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25ca923b2a766b9c93b63777ead351137533a623;p=pandora-kernel.git f2fs: fix endian conversion bugs reported by sparse This patch should resolve the bugs reported by the sparse tool. Initial reports were written by "kbuild test robot" managed by fengguang.wu. In my local machines, I've tested also by running: > make C=2 CF="-D__CHECK_ENDIAN__" Accordingly, I've found lots of warnings and bugs related to the endian conversion. And I've fixed all at this moment. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed