summaryrefslogtreecommitdiff
path: root/include/linux/poison.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-11-03 21:24:52 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-11-03 21:28:23 -0400
commit42ba8b5a75b844446b91d43b6434fe3479143583 (patch)
treedb073550ebb6d3a27ce762d2e476107c43b8f509 /include/linux/poison.h
parent9a649545a3263f2a6f85d724e8bcfbd6aeedcdaf (diff)
Update bcachefs sources to 5fd0c70102 bcachefs: Fix __remove_dirent()
Diffstat (limited to 'include/linux/poison.h')
-rw-r--r--include/linux/poison.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/poison.h b/include/linux/poison.h
index aff1c925..d62ef5a6 100644
--- a/include/linux/poison.h
+++ b/include/linux/poison.h
@@ -78,4 +78,7 @@
/********** security/ **********/
#define KEY_DESTROY 0xbd
+/********** net/core/page_pool.c **********/
+#define PP_SIGNATURE (0x40 + POISON_POINTER_DELTA)
+
#endif