Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185919
b: refs/heads/master
c: c41c140
h: refs/heads/master
i:
  185917: 483cb29
  185915: 5e72292
  185911: c2f8b86
  185903: e718834
  185887: 21d9cc1
  185855: 38d116d
v: v3
  • Loading branch information
Al Viro committed Mar 5, 2010
1 parent 39a4525 commit 4d33d18
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: 27bff34300482632caf52ff589a4e7d755b32539
refs/heads/master: c41c14056210e4a328659c82b1edaccb0910d18c
2 changes: 1 addition & 1 deletion trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1923,9 +1923,9 @@ struct file *do_filp_open(int dfd, const char *pathname,
mutex_lock(&dir->d_inode->i_mutex);
path.dentry = lookup_hash(&nd);
path.mnt = nd.path.mnt;
__putname(nd.last.name);
filp = do_last(&nd, &path, open_flag, flag, acc_mode, mode,
pathname, dir, &is_link);
__putname(nd.last.name);
if (is_link)
goto do_link;
if (nd.root.mnt)
Expand Down

0 comments on commit 4d33d18

Please sign in to comment.