diff --git a/[refs] b/[refs] index 4a29962ac310..6da400607dc2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5296f6d315bdd8f1dc97348b788638327a6ab192 +refs/heads/master: d2857e79a2ba7c155eaa1a7d3581c8d26b31e54e diff --git a/trunk/fs/proc/inode.c b/trunk/fs/proc/inode.c index 74b48cfa1bb2..7ed72d6c1c6f 100644 --- a/trunk/fs/proc/inode.c +++ b/trunk/fs/proc/inode.c @@ -319,7 +319,7 @@ static int proc_reg_open(struct inode *inode, struct file *file) if (!pde->proc_fops) { spin_unlock(&pde->pde_unload_lock); kfree(pdeo); - return -EINVAL; + return -ENOENT; } pde->pde_users++; open = pde->proc_fops->open;