diff options
author | Don Mullis <dwm@meer.net> | 2006-12-08 05:39:53 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:29:03 -0500 |
commit | 6b1b60f41eef3ba7b188fd72f1d6de478aafd93c (patch) | |
tree | 96be18f573ef01f65547e8d74f0b4d7ce52f2c11 /mm/slab.c | |
parent | f1729c28a37e4f11ea5d9f468ab26adadb1aadab (diff) |
[PATCH] fault-injection: defaults likely to please a new user
Assign defaults most likely to please a new user:
1) generate some logging output
(verbose=2)
2) avoid injecting failures likely to lock up UI
(ignore_gfp_wait=1, ignore_gfp_highmem=1)
Signed-off-by: Don Mullis <dwm@meer.net>
Cc: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||
3107 | static int __init setup_failslab(char *str) | 3108 | static int __init setup_failslab(char *str) |