Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37854
b: refs/heads/master
c: 7fbaac0
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Oct 2, 2006
1 parent 5cd5ee4 commit b5436bb
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: 72d9dcfc7afd80fe98334ec23531b638ee54df8b
refs/heads/master: 7fbaac005cab2f3b4d6999cdb32fb93d442c5cdb
2 changes: 1 addition & 1 deletion trunk/fs/proc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ static struct inode *proc_pid_make_inode(struct super_block * sb, struct task_st
/*
* grab the reference to task.
*/
ei->pid = get_pid(task->pids[PIDTYPE_PID].pid);
ei->pid = get_pid(task_pid(task));
if (!ei->pid)
goto out_unlock;

Expand Down

0 comments on commit b5436bb

Please sign in to comment.