Merge branch 'master' into next
This commit is contained in:
@ -1956,7 +1956,7 @@ static struct dentry *proc_pident_instantiate(struct inode *dir,
|
||||
const struct pid_entry *p = ptr;
|
||||
struct inode *inode;
|
||||
struct proc_inode *ei;
|
||||
struct dentry *error = ERR_PTR(-EINVAL);
|
||||
struct dentry *error = ERR_PTR(-ENOENT);
|
||||
|
||||
inode = proc_pid_make_inode(dir->i_sb, task);
|
||||
if (!inode)
|
||||
|
Reference in New Issue
Block a user