aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/events/uprobes.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/events/uprobes.c b/kernel/events/uprobes.c
index 6ab00e090c87..f3569747d629 100644
--- a/kernel/events/uprobes.c
+++ b/kernel/events/uprobes.c
@@ -851,10 +851,6 @@ int uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *
851 if (!uc->handler && !uc->ret_handler) 851 if (!uc->handler && !uc->ret_handler)
852 return -EINVAL; 852 return -EINVAL;
853 853
854 /* TODO: Implement return probes */
855 if (uc->ret_handler)
856 return -ENOSYS;
857
858 /* Racy, just to catch the obvious mistakes */ 854 /* Racy, just to catch the obvious mistakes */
859 if (offset > i_size_read(inode)) 855 if (offset > i_size_read(inode))
860 return -EINVAL; 856 return -EINVAL;