f2fs: change le32 to le16 of f2fs_inode->i_extra_size
authorZhikang Zhang <zhangzhikang1@huawei.com>
Fri, 13 Apr 2018 17:02:34 +0000 (01:02 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 Jun 2018 21:39:50 +0000 (14:39 -0700)
commit408e9720d894a35851c4e8c1c3e62faf78d05ae3
tree20a636930052baa1032b5477d14b16c8730f69cb
parent2f3cee5b22b4f4eb8aadb02e0a0dd66861f4aee5
f2fs: change le32 to le16 of f2fs_inode->i_extra_size

In the structure of f2fs_inode, i_extra_size's type is __le16,
so we should keep type consistent when using it.

Fixes: 704956ecf5bc ("f2fs: support inode checksum")
Signed-off-by: Zhikang Zhang <zhangzhikang1@huawei.com>
Signed-off-by: Yunlei He <heyunlei@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/inode.c