Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334756
b: refs/heads/master
c: 75ed82e
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov committed Sep 29, 2012
1 parent 99ed203 commit def7942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: db023ea595015058270be6a62fe60a7b6b5c50d7
refs/heads/master: 75ed82ea53bd0d2d8083261123576250f7ba851e
2 changes: 1 addition & 1 deletion trunk/kernel/events/uprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static int write_opcode(struct arch_uprobe *auprobe, struct mm_struct *mm,

retry:
/* Read the page with vaddr into memory */
ret = get_user_pages(NULL, mm, vaddr, 1, 0, 0, &old_page, &vma);
ret = get_user_pages(NULL, mm, vaddr, 1, 0, 1, &old_page, &vma);
if (ret <= 0)
return ret;

Expand Down

0 comments on commit def7942

Please sign in to comment.