diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2013-06-24 02:47:23 +0400 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2013-07-02 03:48:13 +0400 |
commit | 060dd67b3c0d451ea2c41e6a87811b4736a984e4 (patch) | |
tree | bf211a3fab8c62589a4439fbbd26afa1009ca930 /Documentation/vm | |
parent | 7e586fa0244578320fcced9cc08c6b124f727c35 (diff) | |
download | linux-060dd67b3c0d451ea2c41e6a87811b4736a984e4.tar.xz |
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 'Documentation/vm')
0 files changed, 0 insertions, 0 deletions