|
@@ -2962,6 +2962,7 @@ static const struct pid_entry tgid_base_stuff[] = {
|
|
|
#endif
|
|
|
#ifdef CONFIG_FAULT_INJECTION
|
|
|
REG("make-it-fail", S_IRUGO|S_IWUSR, proc_fault_inject_operations),
|
|
|
+ REG("fail-nth", 0644, proc_fail_nth_operations),
|
|
|
#endif
|
|
|
#ifdef CONFIG_ELF_CORE
|
|
|
REG("coredump_filter", S_IRUGO|S_IWUSR, proc_coredump_filter_operations),
|