diff options
Diffstat (limited to 'Documentation/fault-injection')
-rw-r--r-- | Documentation/fault-injection/fault-injection.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/fault-injection/fault-injection.txt b/Documentation/fault-injection/fault-injection.txt index 260ce6c199ce..cf075c20eda0 100644 --- a/Documentation/fault-injection/fault-injection.txt +++ b/Documentation/fault-injection/fault-injection.txt | |||
@@ -86,7 +86,6 @@ configuration of fault-injection capabilities. | |||
86 | specifies the maximum stacktrace depth walked during search | 86 | specifies the maximum stacktrace depth walked during search |
87 | for a caller within [address-start,address-end). | 87 | for a caller within [address-start,address-end). |
88 | 88 | ||
89 | - /debug/failslab/ignore-gfp-highmem: | ||
90 | - /debug/fail_page_alloc/ignore-gfp-highmem: | 89 | - /debug/fail_page_alloc/ignore-gfp-highmem: |
91 | 90 | ||
92 | Format: { 0 | 1 } | 91 | Format: { 0 | 1 } |
@@ -167,7 +166,6 @@ echo 10 > /debug/$FAILNAME/probability | |||
167 | echo 100 > /debug/$FAILNAME/interval | 166 | echo 100 > /debug/$FAILNAME/interval |
168 | echo -1 > /debug/$FAILNAME/times | 167 | echo -1 > /debug/$FAILNAME/times |
169 | echo 2 > /debug/$FAILNAME/verbose | 168 | echo 2 > /debug/$FAILNAME/verbose |
170 | echo 1 > /debug/$FAILNAME/ignore-gfp-highmem | ||
171 | echo 1 > /debug/$FAILNAME/ignore-gfp-wait | 169 | echo 1 > /debug/$FAILNAME/ignore-gfp-wait |
172 | 170 | ||
173 | blacklist() | 171 | blacklist() |