diff --git a/[refs] b/[refs] index f85e46b151b2..c597d0f4f84c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff9724a3f7a69f7b443c05981f84e28017c2fc5a +refs/heads/master: 167965495153ba9829d0a34b6800dbf5d94de8c8 diff --git a/trunk/fs/proc/base.c b/trunk/fs/proc/base.c index 7169a713da1b..0762bc34d98b 100644 --- a/trunk/fs/proc/base.c +++ b/trunk/fs/proc/base.c @@ -1357,7 +1357,6 @@ static struct inode *proc_pid_make_inode(struct super_block * sb, struct task_st /* Common stuff */ ei = PROC_I(inode); - ei->task = NULL; inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME; inode->i_ino = fake_ino(task->pid, ino); @@ -1382,7 +1381,6 @@ static struct inode *proc_pid_make_inode(struct super_block * sb, struct task_st return inode; out_unlock: - ei->pde = NULL; iput(inode); return NULL; }