Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350096
b: refs/heads/master
c: af4355e
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov committed Feb 8, 2013
1 parent c9ec5bf commit fa6ab21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 608e7427c0a06de0d70374a9fd7defc8eb228b7e
refs/heads/master: af4355e91f15812df8608925738c91be57c580dd
3 changes: 1 addition & 2 deletions trunk/kernel/events/uprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1223,8 +1223,7 @@ static void xol_free_insn_slot(struct task_struct *tsk)
return;

slot_addr = tsk->utask->xol_vaddr;

if (unlikely(!slot_addr || IS_ERR_VALUE(slot_addr)))
if (unlikely(!slot_addr))
return;

area = tsk->mm->uprobes_state.xol_area;
Expand Down

0 comments on commit fa6ab21

Please sign in to comment.