Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292597
b: refs/heads/master
c: fb700d3
h: refs/heads/master
i:
  292595: 56be7e0
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Mar 21, 2012
1 parent 3f8c19b commit c4ff73d
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 4286f84ef6d7f44de1e70b904706bdc3e1f7af01
refs/heads/master: fb700d3653acbec8fd1f81496ce4da029e12d557
1 change: 1 addition & 0 deletions trunk/arch/powerpc/platforms/cell/spufs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ long spufs_create(struct path *path, struct dentry *dentry,

out:
mutex_unlock(&path->dentry->d_inode->i_mutex);
dput(dentry);
return ret;
}

Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/powerpc/platforms/cell/spufs/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ static long do_spu_create(const char __user *pathname, unsigned int flags,
ret = PTR_ERR(dentry);
if (!IS_ERR(dentry)) {
ret = spufs_create(&path, dentry, flags, mode, neighbor);
mutex_unlock(&path.dentry->d_inode->i_mutex);
dput(dentry);
path_put(&path);
}

Expand Down

0 comments on commit c4ff73d

Please sign in to comment.