aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kprobes.c')
-rw-r--r--kernel/kprobes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index 7c44133f51ec..99865c33a60d 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -2001,6 +2001,7 @@ static ssize_t write_enabled_file_bool(struct file *file,
2001static const struct file_operations fops_kp = { 2001static const struct file_operations fops_kp = {
2002 .read = read_enabled_file_bool, 2002 .read = read_enabled_file_bool,
2003 .write = write_enabled_file_bool, 2003 .write = write_enabled_file_bool,
2004 .llseek = default_llseek,
2004}; 2005};
2005 2006
2006static int __kprobes debugfs_kprobe_init(void) 2007static int __kprobes debugfs_kprobe_init(void)