uretprobes: Remove -ENOSYS as return probes implemented
Enclose return probes implementation. Signed-off-by: Anton Arapov <anton@redhat.com> Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com> Signed-off-by: Oleg Nesterov <oleg@redhat.com>
This commit is contained in:
parent
ded49c5530
commit
a0d60aef4b
@ -851,10 +851,6 @@ int uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *
|
|||||||
if (!uc->handler && !uc->ret_handler)
|
if (!uc->handler && !uc->ret_handler)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
/* TODO: Implement return probes */
|
|
||||||
if (uc->ret_handler)
|
|
||||||
return -ENOSYS;
|
|
||||||
|
|
||||||
/* Racy, just to catch the obvious mistakes */
|
/* Racy, just to catch the obvious mistakes */
|
||||||
if (offset > i_size_read(inode))
|
if (offset > i_size_read(inode))
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
Loading…
Reference in New Issue
Block a user