Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84609
b: refs/heads/master
c: 4237e0d
h: refs/heads/master
i:
  84607: 824f890
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 8, 2008
1 parent b6fbbb4 commit 9fbc6f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5b3fe63b19e00f3b2a14a09c979e84163029e390
refs/heads/master: 4237e0d3de38da640d7c977d68f5f7f1d207a631
4 changes: 2 additions & 2 deletions trunk/fs/proc/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,12 @@ struct dentry *proc_lookup(struct inode * dir, struct dentry *dentry, struct nam
spin_unlock(&proc_subdir_lock);
error = -EINVAL;
inode = proc_get_inode(dir->i_sb, ino, de);
spin_lock(&proc_subdir_lock);
break;
goto out_unlock;
}
}
}
spin_unlock(&proc_subdir_lock);
out_unlock:
unlock_kernel();

if (inode) {
Expand Down

0 comments on commit 9fbc6f3

Please sign in to comment.