commit | 7520793df2c128f2ff00904f863df341fec6eedf | [log] [tgz] |
---|---|---|
author | mtk81325 <peng.zhou@mediatek.com> | Mon Jul 13 14:56:24 2020 +0800 |
committer | Paul Lawrence <paullawrence@google.com> | Fri Jul 24 14:49:52 2020 +0000 |
tree | 9eb0576378c77c5b960314963122e41ffec4c813 | |
parent | e9cd5b2daa5d27bc0c2ff7a2566115cb9dd531d1 [diff] |
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