diff --git a/include/linux/f2fs_fs.h b/include/linux/f2fs_fs.h index 44ae822e154facca368d5f59835666e4c7d705db..ac8040278f694f7fd87eac533a672114e39875b0 100644 --- a/include/linux/f2fs_fs.h +++ b/include/linux/f2fs_fs.h @@ -345,7 +345,7 @@ struct f2fs_summary { struct summary_footer { unsigned char entry_type; /* SUM_TYPE_XXX */ - __u32 check_sum; /* summary checksum */ + __le32 check_sum; /* summary checksum */ } __packed; #define SUM_JOURNAL_SIZE (F2FS_BLKSIZE - SUM_FOOTER_SIZE -\