]> git.baikalelectronics.ru Git - kernel.git/commit
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, 31 May 2018 18:31:46 +0000 (11:31 -0700)
commit244629b0f549ef5cf7e6c72031c14ae2852263c6
tree98206ad87e6bd0761b912ea2f8d4c62087ce487b
parentf2266dea6eba6b3c0ba535151d7e3d1126e434b5
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: 6d1ad845bd53 ("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