diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-05-22 04:32:48 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2018-12-17 08:08:27 -0500 |
commit | 76748e2be4b24265a51f1fd5454ba307e8f392eb (patch) | |
tree | a91c056bcff8d1e5ffc594a05cbb94e3daa50293 /tools/include/linux/poison.h | |
parent | 35db3197a90b82b6c52868d2d23dbc28db35809f (diff) |
Drop flex_arraysgenradix
All existing users have been converted to generic radix trees
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Acked-by: Dave Hansen <dave.hansen@intel.com>
Diffstat (limited to 'tools/include/linux/poison.h')
-rw-r--r-- | tools/include/linux/poison.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/include/linux/poison.h b/tools/include/linux/poison.h index 9fdcd3eaac3b..d29725769107 100644 --- a/tools/include/linux/poison.h +++ b/tools/include/linux/poison.h @@ -87,9 +87,6 @@ #define MUTEX_DEBUG_INIT 0x11 #define MUTEX_DEBUG_FREE 0x22 -/********** lib/flex_array.c **********/ -#define FLEX_ARRAY_FREE 0x6c /* for use-after-free poisoning */ - /********** security/ **********/ #define KEY_DESTROY 0xbd |