aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 47011e2ef3c9..56af694c9e6a 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -3102,6 +3102,7 @@ static struct failslab_attr {
3102 3102
3103} failslab = { 3103} failslab = {
3104 .attr = FAULT_ATTR_INITIALIZER, 3104 .attr = FAULT_ATTR_INITIALIZER,
3105 .ignore_gfp_wait = 1,
3105}; 3106};
3106 3107
3107static int __init setup_failslab(char *str) 3108static int __init setup_failslab(char *str)