commit | 25ca923b2a766b9c93b63777ead351137533a623 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Wed Nov 28 16:12:41 2012 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue Dec 11 13:43:42 2012 +0900 |
tree | 6414cd58a9573177310a9f0ccfdfaca9cf45eb70 | |
parent | cf0e3a64cad19acd5904946d0647d751c1671620 [diff] |
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 <jaegeuk.kim@samsung.com>