mkfs.f2fs: fix to handle endianness in f2fs_write_check_point_pack
authorChao Yu <yuchao0@huawei.com>
Thu, 8 Feb 2018 15:17:11 +0000 (23:17 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 7 May 2018 21:49:38 +0000 (14:49 -0700)
commitf52987efb0d8c98fb8d4669c619d3f57708b2e81
tree4533a79bf52a9358383aeff731b971a4a741bb7a
parent8a96b6a2bd9e8dba53c41f0c0dff8b6fb2155151
mkfs.f2fs: fix to handle endianness in f2fs_write_check_point_pack

This patch fixes to handle missing endianness in f2fs_write_check_point_pack.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
mkfs/f2fs_format.c