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:
661e591
)
uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe()
author
Oleg Nesterov
<oleg@redhat.com>
Wed, 21 Nov 2012 15:55:38 +0000
(16:55 +0100)
committer
Oleg Nesterov
<oleg@redhat.com>
Fri, 8 Feb 2013 16:46:59 +0000
(17:46 +0100)
Cosmetic. __set_bit(UPROBE_SKIP_SSTEP) is the part of initialization,
it is not clear why it is set in insert_uprobe().
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
No differences found