kernel-fxtec-pro1x/fs/incfs
mtk81325 7520793df2 ANDROID: Incremental fs: magic number compatible 32-bit
Incfs's magic is bigger than 32-bit, but super block structure's
s_magic is unsigned long which is 32-bit in ARM 32-bit platform.

Do the cast for magic!

Bug: 159772865
Signed-off-by: Peng Zhou <Peng.Zhou@mediatek.com>
Signed-off-by: mtk81325 <peng.zhou@mediatek.com>
Change-Id: Iae4f38774440c7d6ae44529d4f0f8ebb2ec5dacc
2020-07-24 14:49:52 +00:00
..
data_mgmt.c ANDROID: Incremental fs: Cache successful hash calculations 2020-06-08 17:01:40 +00:00
data_mgmt.h ANDROID: Incremental fs: Cache successful hash calculations 2020-06-08 17:01:40 +00:00
format.c ANDROID: Incremental fs: Fix create_file performance 2020-04-16 18:01:12 +00:00
format.h ANDROID: Incremental fs: Use 64-bit int for file_size when writing hash blocks 2020-04-13 20:44:40 +00:00
integrity.c ANDROID: Incremental fs: Remove dependency on PKCS7_MESSAGE_PARSER 2020-06-09 15:27:23 +00:00
integrity.h ANDROID: Incremental fs: Remove signature checks from kernel 2020-03-18 09:57:55 -07:00
internal.h ANDROID: Initial commit of Incremental FS 2020-01-30 11:25:11 -08:00
Kconfig ANDROID: Incremental fs: Remove dependency on PKCS7_MESSAGE_PARSER 2020-06-09 15:27:23 +00:00
main.c ANDROID: Incremental fs: Fix sparse errors 2020-01-30 11:25:57 -08:00
Makefile ANDROID: Initial commit of Incremental FS 2020-01-30 11:25:11 -08:00
vfs.c ANDROID: Incremental fs: magic number compatible 32-bit 2020-07-24 14:49:52 +00:00
vfs.h ANDROID: Initial commit of Incremental FS 2020-01-30 11:25:11 -08:00