projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da85985
)
f2fs: fix endianness of on-disk summary_footer
author
Sheng Yong
<shengyong1@huawei.com>
Thu, 28 Jan 2016 11:40:26 +0000
(11:40 +0000)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 23 Feb 2016 00:07:23 +0000
(16:07 -0800)
Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
include/linux/f2fs_fs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/f2fs_fs.h
b/include/linux/f2fs_fs.h
index 44ae822e154facca368d5f59835666e4c7d705db..ac8040278f694f7fd87eac533a672114e39875b0 100644
(file)
--- 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 -\