diff options
Diffstat (limited to 'mm/hwpoison-inject.c')
-rw-r--r-- | mm/hwpoison-inject.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mm/hwpoison-inject.c b/mm/hwpoison-inject.c index c838735ac31d..c597f46ac18a 100644 --- a/mm/hwpoison-inject.c +++ b/mm/hwpoison-inject.c | |||
@@ -92,6 +92,11 @@ static int pfn_inject_init(void) | |||
92 | if (!dentry) | 92 | if (!dentry) |
93 | goto fail; | 93 | goto fail; |
94 | 94 | ||
95 | dentry = debugfs_create_u32("corrupt-filter-enable", 0600, | ||
96 | hwpoison_dir, &hwpoison_filter_enable); | ||
97 | if (!dentry) | ||
98 | goto fail; | ||
99 | |||
95 | dentry = debugfs_create_u32("corrupt-filter-dev-major", 0600, | 100 | dentry = debugfs_create_u32("corrupt-filter-dev-major", 0600, |
96 | hwpoison_dir, &hwpoison_filter_dev_major); | 101 | hwpoison_dir, &hwpoison_filter_dev_major); |
97 | if (!dentry) | 102 | if (!dentry) |