erofs: use poison pointer to replace the hard-coded address
authorGao Xiang <hsiangkao@linux.alibaba.com>
Fri, 26 May 2023 20:14:59 +0000 (04:14 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Sun, 18 Jun 2023 04:10:53 +0000 (12:10 +0800)
commit43d86ec93630396b622acf3f9cb88f734d4098e8
tree4b8a585b5af1d72fb5c7a3594da36f78ef3c18c8
parent7674a42f35ea302b97ff3659f2e6f28be23ac9b9
erofs: use poison pointer to replace the hard-coded address

It's safer and cleaner to replace such hard-coded illegal pointer
with poison pointers.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Yue Hu <huyue2@coolpad.com>
Link: https://lore.kernel.org/r/20230526201459.128169-7-hsiangkao@linux.alibaba.com
fs/erofs/zdata.c