Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20315
b: refs/heads/master
c: 16bf134
h: refs/heads/master
i:
  20313: c3e02c5
  20311: 3ec4a14
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Feb 15, 2006
1 parent 0c6441a commit 6a606e1
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: d98c7a09843621f1b145ca5ae8ed03ff04085edb
refs/heads/master: 16bf134840da3920ded1290973c56ec214636f12
3 changes: 1 addition & 2 deletions trunk/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, in
if (write) {
copy_to_user_page(vma, page, addr,
maddr + offset, buf, bytes);
if (!PageCompound(page))
set_page_dirty_lock(page);
set_page_dirty_lock(page);
} else {
copy_from_user_page(vma, page, addr,
buf, maddr + offset, bytes);
Expand Down

0 comments on commit 6a606e1

Please sign in to comment.