diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/fault-injection/fault-injection.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/fault-injection/fault-injection.txt b/Documentation/fault-injection/fault-injection.txt index b7ca560b9340..36ece095ff17 100644 --- a/Documentation/fault-injection/fault-injection.txt +++ b/Documentation/fault-injection/fault-injection.txt | |||
@@ -103,6 +103,11 @@ configuration of fault-injection capabilities. | |||
103 | default is 'N', setting it to 'Y' will inject failures | 103 | default is 'N', setting it to 'Y' will inject failures |
104 | only into non-sleep allocations (GFP_ATOMIC allocations). | 104 | only into non-sleep allocations (GFP_ATOMIC allocations). |
105 | 105 | ||
106 | - /debug/fail_page_alloc/min-order: | ||
107 | |||
108 | specifies the minimum page allocation order to be injected | ||
109 | failures. | ||
110 | |||
106 | o Boot option | 111 | o Boot option |
107 | 112 | ||
108 | In order to inject faults while debugfs is not available (early boot time), | 113 | In order to inject faults while debugfs is not available (early boot time), |