Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330158
b: refs/heads/master
c: 6207275
h: refs/heads/master
v: v3
  • Loading branch information
yan authored and Linus Torvalds committed Oct 5, 2012
1 parent 06e9526 commit 1040ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2aa362c49c314a98fb9aebbd7760a461667bac05
refs/heads/master: 620727506dc6da0562fa4f6950dedb8a51bd8237
2 changes: 1 addition & 1 deletion trunk/fs/proc/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ struct dentry *proc_lookup_de(struct proc_dir_entry *de, struct inode *dir,
if (!memcmp(dentry->d_name.name, de->name, de->namelen)) {
pde_get(de);
spin_unlock(&proc_subdir_lock);
error = -EINVAL;
error = -ENOMEM;
inode = proc_get_inode(dir->i_sb, de);
goto out_unlock;
}
Expand Down

0 comments on commit 1040ffb

Please sign in to comment.