diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2013-06-24 00:47:23 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2013-07-02 01:48:13 +0200 |
commit | 060dd67b3c0d451ea2c41e6a87811b4736a984e4 (patch) | |
tree | bf211a3fab8c62589a4439fbbd26afa1009ca930 /tools | |
parent | f2fs: fix crc endian conversion (diff) | |
download | linux-060dd67b3c0d451ea2c41e6a87811b4736a984e4.tar.xz linux-060dd67b3c0d451ea2c41e6a87811b4736a984e4.zip |
f2fs: fix an endian conversion bug detected by sparse
This patch should fix the following bug reported by kbuild test robot.
fs/f2fs/recovery.c:233:33: sparse: incorrect type in assignment
(different base types)
parse warnings: (new ones prefixed by >>)
>> recovery.c:233: sparse: incorrect type in assignment (different base types)
recovery.c:233: expected unsigned int [unsigned] [assigned] ofs_in_node
recovery.c:233: got restricted __le16 [assigned] [usertype] ofs_in_node
>> recovery.c:238: sparse: incorrect type in assignment (different base types)
recovery.c:238: expected unsigned int [unsigned] ofs_in_node
recovery.c:238: got restricted __le16 [assigned] [usertype] ofs_in_node
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions