Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36211
b: refs/heads/master
c: 65800ac
h: refs/heads/master
i:
  36209: aadadb8
  36207: 4bd0908
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Sep 27, 2006
1 parent 3f7fd10 commit 8234483
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: c18258c6f0848f97e85287f6271c511a092bb784
refs/heads/master: 65800ac77e080cf159d6c1207b6886e18f22bc08
3 changes: 0 additions & 3 deletions trunk/kernel/pid.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ int fastcall attach_pid(struct task_struct *task, enum pid_type type, int nr)
struct pid_link *link;
struct pid *pid;

WARN_ON(!task->pid); /* to be removed soon */
WARN_ON(!nr); /* to be removed soon */

link = &task->pids[type];
link->pid = pid = find_pid(nr);
hlist_add_head_rcu(&link->node, &pid->tasks[type]);
Expand Down

0 comments on commit 8234483

Please sign in to comment.