Commit 4c93af34 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] de_put: entry meminfo already free!

initialize proc_inode properly for /proc/self/
parent 9b9f8494
......@@ -1003,8 +1003,7 @@ struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry)
ei = PROC_I(inode);
inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME;
inode->i_ino = fake_ino(0, PROC_PID_INO);
ei->file = NULL;
ei->task = NULL;
ei->pde = NULL;
inode->i_mode = S_IFLNK|S_IRWXUGO;
inode->i_uid = inode->i_gid = 0;
inode->i_size = 64;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment