Loading fs/proc/base.c +3 −2 Original line number Diff line number Diff line Loading @@ -1885,8 +1885,9 @@ void proc_flush_task(struct task_struct *task) return; } struct dentry *proc_pid_instantiate(struct inode *dir, struct dentry * dentry, struct task_struct *task, void *ptr) static struct dentry *proc_pid_instantiate(struct inode *dir, struct dentry * dentry, struct task_struct *task, void *ptr) { struct dentry *error = ERR_PTR(-ENOENT); struct inode *inode; Loading Loading
fs/proc/base.c +3 −2 Original line number Diff line number Diff line Loading @@ -1885,8 +1885,9 @@ void proc_flush_task(struct task_struct *task) return; } struct dentry *proc_pid_instantiate(struct inode *dir, struct dentry * dentry, struct task_struct *task, void *ptr) static struct dentry *proc_pid_instantiate(struct inode *dir, struct dentry * dentry, struct task_struct *task, void *ptr) { struct dentry *error = ERR_PTR(-ENOENT); struct inode *inode; Loading