]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/testing/radix-tree/linux/slab.h
radix tree test suite: allow GFP_ATOMIC allocations to fail
[karo-tx-linux.git] / tools / testing / radix-tree / linux / slab.h
index 6d5a34770fd43c589d7bdc3438e8f42552e7e016..452e2bf502e3e4515d34d59adbc68c1c894025ad 100644 (file)
@@ -7,11 +7,6 @@
 #define SLAB_PANIC 2
 #define SLAB_RECLAIM_ACCOUNT    0x00020000UL            /* Objects are reclaimable */
 
-static inline int gfpflags_allow_blocking(gfp_t mask)
-{
-       return 1;
-}
-
 struct kmem_cache {
        int size;
        void (*ctor)(void *);