Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251672
b: refs/heads/master
c: 62ca24b
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman committed May 24, 2011
1 parent be26084 commit 79753c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 618e724b8d79c6232daac49cb39b0723bf5c4b08
refs/heads/master: 62ca24baf1417e56fd2ae4ff07adfe7f6a2e42fc
1 change: 1 addition & 0 deletions trunk/fs/proc/namespaces.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ static struct dentry *proc_ns_dir_lookup(struct inode *dir,
if (!memcmp(dentry->d_name.name, (*entry)->name, len))
break;
}
error = ERR_PTR(-ENOENT);
if (entry > last)
goto out;

Expand Down

0 comments on commit 79753c8

Please sign in to comment.