We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7674a42 commit 43d86ecCopy full SHA for 43d86ec
fs/erofs/zdata.c
@@ -91,10 +91,8 @@ struct z_erofs_pcluster {
91
struct z_erofs_bvec compressed_bvecs[];
92
};
93
94
-/* let's avoid the valid 32-bit kernel addresses */
95
-
96
/* the end of a chain of pclusters */
97
-#define Z_EROFS_PCLUSTER_TAIL ((void *)0x5F0ECAFE)
+#define Z_EROFS_PCLUSTER_TAIL ((void *) 0x700 + POISON_POINTER_DELTA)
98
#define Z_EROFS_PCLUSTER_NIL (NULL)
99
100
struct z_erofs_decompressqueue {
0 commit comments