From 12661a9ef2d08c910ee3e8887da025b3301d71ee Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Mon, 12 Feb 2007 00:53:02 -0800 Subject: [PATCH] --- yaml --- r: 47947 b: refs/heads/master c: 9f57a54b6cf3f626334d97e93b5b917ad11e1efc h: refs/heads/master i: 47945: 3f08f085ab4c43a97b83b74d21fdce6bf9037b9b 47943: 0454c12933792b6ace99795023ef828cd0f39215 v: v3 --- [refs] | 2 +- trunk/include/linux/pid.h | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/[refs] b/[refs] index 650b68cc5489..8725559a53dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 41487c65bfcce9c8e4d123da1719fcfd8df6d4d0 +refs/heads/master: 9f57a54b6cf3f626334d97e93b5b917ad11e1efc diff --git a/trunk/include/linux/pid.h b/trunk/include/linux/pid.h index 4dec047b1837..2ac27f9997dd 100644 --- a/trunk/include/linux/pid.h +++ b/trunk/include/linux/pid.h @@ -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___; \