Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353603
b: refs/heads/master
c: 1884bd4
h: refs/heads/master
i:
  353601: 38f6601
  353599: e5f6da4
v: v3
  • Loading branch information
Sasha Levin authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent 8db4254 commit fcf0dd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 2202d4e81bade6a10a58897d2bb24a5db5950a1c
refs/heads/master: 1884bd4b1461d16d10ab4ab4d19725b4e0717f7a
1 change: 0 additions & 1 deletion trunk/fs/debugfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ static struct dentry *__create_file(const char *name, umode_t mode,
if (!parent)
parent = debugfs_mount->mnt_root;

dentry = NULL;
mutex_lock(&parent->d_inode->i_mutex);
dentry = lookup_one_len(name, parent, strlen(name));
if (!IS_ERR(dentry)) {
Expand Down

0 comments on commit fcf0dd8

Please sign in to comment.