Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288421
b: refs/heads/master
c: 097b180
h: refs/heads/master
i:
  288419: 719f150
v: v3
  • Loading branch information
Miklos Szeredi authored and Al Viro committed Mar 10, 2012
1 parent 2892bf4 commit 69e2b17
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: f6940fe9092e796119af691c7f722c252f4fc524
refs/heads/master: 097b180ca09b581ef0dc24fbcfc1b227de3875df
2 changes: 1 addition & 1 deletion trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ static struct file *do_last(struct nameidata *nd, struct path *path,
/* Why this, you ask? _Now_ we might have grown LOOKUP_JUMPED... */
error = complete_walk(nd);
if (error)
goto exit;
return ERR_PTR(error);
error = -EISDIR;
if (S_ISDIR(nd->inode->i_mode))
goto exit;
Expand Down

0 comments on commit 69e2b17

Please sign in to comment.