]> Git Repo - linux.git/blobdiff - mm/failslab.c
mm: make should_failslab always available for fault injection
[linux.git] / mm / failslab.c
index 8087d976a80936574d6daf999fe86ffc364e259f..1f2f248e36019121bad626a9a81403b5b5316b1d 100644 (file)
@@ -14,7 +14,7 @@ static struct {
        .cache_filter = false,
 };
 
-bool should_failslab(struct kmem_cache *s, gfp_t gfpflags)
+bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags)
 {
        /* No fault-injection for bootstrap cache */
        if (unlikely(s == kmem_cache))
This page took 0.024101 seconds and 4 git commands to generate.