aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/radix-tree/linux/compiler_types.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-25radix tree test suite: Fix buildMatthew Wilcox1-0/+0
- 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>