f2fs: change le32 to le16 of f2fs_inode->i_extra_size
authorZhikang Zhang <[email protected]>
Fri, 13 Apr 2018 17:02:34 +0000 (01:02 +0800)
committerJaegeuk Kim <[email protected]>
Thu, 31 May 2018 18:31:46 +0000 (11:31 -0700)
commitd6964949e443077b1d32d78e76ea02b4c9da7748
tree98206ad87e6bd0761b912ea2f8d4c62087ce487b
parent56b07e7e65503cec9e8d74507937a3809dddd48f
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 <[email protected]>
Signed-off-by: Yunlei He <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
fs/f2fs/inode.c