aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fault-inject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fault-inject.h')
-rw-r--r--include/linux/fault-inject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fault-inject.h b/include/linux/fault-inject.h
index 4df4902bc8d8..a525f9b9f015 100644
--- a/include/linux/fault-inject.h
+++ b/include/linux/fault-inject.h
@@ -17,6 +17,7 @@ struct fault_attr {
17 atomic_t times; 17 atomic_t times;
18 atomic_t space; 18 atomic_t space;
19 unsigned long verbose; 19 unsigned long verbose;
20 u32 task_filter;
20 21
21 unsigned long count; 22 unsigned long count;
22 23
@@ -30,6 +31,7 @@ struct fault_attr {
30 struct dentry *times_file; 31 struct dentry *times_file;
31 struct dentry *space_file; 32 struct dentry *space_file;
32 struct dentry *verbose_file; 33 struct dentry *verbose_file;
34 struct dentry *task_filter_file;
33 } dentries; 35 } dentries;
34 36
35#endif 37#endif