git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e5be71
)
uprobes: Do not use -EEXIST in install_breakpoint() paths
author
Oleg Nesterov
<oleg@redhat.com>
Wed, 8 Aug 2012 15:35:08 +0000
(17:35 +0200)
committer
Oleg Nesterov
<oleg@redhat.com>
Tue, 28 Aug 2012 16:21:18 +0000
(18:21 +0200)
-EEXIST from install_breakpoint() no longer makes sense, all
callers should simply treat it as "success". Change the code
to return zero and simplify register_for_each_vma().
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
No differences found