Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121255
b: refs/heads/master
c: 5ef6476
h: refs/heads/master
i:
  121253: fa085a1
  121251: c31e594
  121247: 43589ab
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Dec 4, 2008
1 parent 8f0fd85 commit 5793eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 804a685162a7080386714166776f57255a75238e
refs/heads/master: 5ef6476190d24419a9a537baa0b5641845136989
4 changes: 2 additions & 2 deletions trunk/include/linux/pid.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ pid_t pid_vnr(struct pid *pid);
#define do_each_pid_task(pid, type, task) \
do { \
struct hlist_node *pos___; \
if (pid != NULL) \
if ((pid) != NULL) \
hlist_for_each_entry_rcu((task), pos___, \
&pid->tasks[type], pids[type].node) {
&(pid)->tasks[type], pids[type].node) {

/*
* Both old and new leaders may be attached to
Expand Down

0 comments on commit 5793eb9

Please sign in to comment.