Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276549
b: refs/heads/master
c: 031af16
h: refs/heads/master
i:
  276547: bc3bf38
v: v3
  • Loading branch information
Mandeep Singh Baines authored and Linus Torvalds committed Dec 9, 2011
1 parent 02185b9 commit ae69008
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: 1cee22b7f385b6c4f716846203a96e1f302132aa
refs/heads/master: 031af165b1cd295ef04d2bfbcae9bc3cb9180735
2 changes: 1 addition & 1 deletion trunk/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ SYSCALL_DEFINE0(getppid)
int pid;

rcu_read_lock();
pid = task_tgid_vnr(current->real_parent);
pid = task_tgid_vnr(rcu_dereference(current->real_parent));
rcu_read_unlock();

return pid;
Expand Down

0 comments on commit ae69008

Please sign in to comment.