]> Git Repo - linux.git/commit
radix tree test suite: Fix build
authorMatthew Wilcox <[email protected]>
Sun, 25 Feb 2018 11:00:11 +0000 (06:00 -0500)
committerMatthew Wilcox <[email protected]>
Sun, 25 Feb 2018 11:00:11 +0000 (06:00 -0500)
commit3d4d5d618639c3155cfce57101d619a0935434d2
treebef6b1ef33eef7f153721e832bea45143481486d
parent3664ce2d930983966d2aac0e167f1332988c4e25
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 <[email protected]>
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
This page took 0.056228 seconds and 4 git commands to generate.