Files
kernel_xiaomi_raphael/include/uapi/linux
mtk81325 a6d022f377 ANDROID: Incremental fs: fix magic compatibility again
It's still magic number issue which cannot be compatible with
arm-32 platform, although we try to fix it in Iae4f3877444
("ANDROID: Incremental fs: magic number compatible 32-bit"),
there is still incompatible scenario, such as: get_incfs_node(),
it will return NULL then kernel exception will be trigger because
of NULL pointer access. (inode_set() -> get_incfs_node(), then used
node->xxx directly)

We change magic number directly, otherwise, we must fix above issues
one by one.

Bug: 159772865
Fixes: Iae4f3877444("ANDROID: Incremental fs: magic number compatible 32-bit")
Signed-off-by: Peng Zhou <Peng.Zhou@mediatek.com>
Signed-off-by: mtk81325 <peng.zhou@mediatek.com>
Change-Id: I71f279c1bb55ea296ab33a47644f30df4a9f60a6
Signed-off-by: Paul Lawrence <paullawrence@google.com>
2020-08-26 22:41:19 +05:30
..
2018-06-27 11:32:06 +05:30
2017-08-31 17:32:38 -04:00
2017-12-05 11:26:34 +01:00
2019-06-11 12:42:51 +02:00
2018-11-19 11:16:57 +08:00
2020-05-15 15:50:12 +05:30
2018-03-12 02:39:53 -07:00
2020-07-16 13:13:14 +08:00
2018-02-16 20:22:54 +01:00
2018-03-08 14:36:36 -08:00
2018-07-23 20:26:32 -07:00
2018-04-24 09:36:37 +02:00
2019-08-12 13:29:46 -04:00
2018-03-12 02:39:53 -07:00
2017-08-04 10:30:27 +02:00
2017-11-28 15:43:37 +02:00
2020-06-03 13:37:46 +02:00