Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47947
b: refs/heads/master
c: 9f57a54
h: refs/heads/master
i:
  47945: 3f08f08
  47943: 0454c12
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 12, 2007
1 parent a16d49f commit 12661a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: 41487c65bfcce9c8e4d123da1719fcfd8df6d4d0
refs/heads/master: 9f57a54b6cf3f626334d97e93b5b917ad11e1efc
14 changes: 0 additions & 14 deletions trunk/include/linux/pid.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,6 @@ static inline pid_t pid_nr(struct pid *pid)
return nr;
}


#define do_each_task_pid(who, type, task) \
do { \
struct hlist_node *pos___; \
struct pid *pid___ = find_pid(who); \
if (pid___ != NULL) \
hlist_for_each_entry_rcu((task), pos___, \
&pid___->tasks[type], pids[type].node) {

#define while_each_task_pid(who, type, task) \
} \
} while (0)


#define do_each_pid_task(pid, type, task) \
do { \
struct hlist_node *pos___; \
Expand Down

0 comments on commit 12661a9

Please sign in to comment.