]> git.baikalelectronics.ru Git - kernel.git/commit
radix tree test suite: Fix build
authorMatthew Wilcox <mawilcox@microsoft.com>
Sun, 25 Feb 2018 11:00:11 +0000 (06:00 -0500)
committerMatthew Wilcox <mawilcox@microsoft.com>
Sun, 25 Feb 2018 11:00:11 +0000 (06:00 -0500)
commit32aa11e7cbcb2f154e3f193b4b17615f823d1531
treebef6b1ef33eef7f153721e832bea45143481486d
parent6980ff225ccbe4f294ac520861a7f504e3615159
radix tree test suite: Fix build

 - Add an empty linux/compiler_types.h (now being included by kconfig.h)
 - Add __GFP_ZERO
 - Add kzalloc
 - Test __GFP_DIRECT_RECLAIM instead of __GFP_NOWARN

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
tools/testing/radix-tree/linux.c
tools/testing/radix-tree/linux/compiler_types.h [new file with mode: 0644]
tools/testing/radix-tree/linux/gfp.h
tools/testing/radix-tree/linux/slab.h