Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149654
b: refs/heads/master
c: 45db924
h: refs/heads/master
v: v3
  • Loading branch information
Jan Blunck authored and Benjamin Herrenschmidt committed May 21, 2009
1 parent 210c1ca commit 8804843
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 8d165db10772f238103c3e8f955c54145e5c07f3
refs/heads/master: 45db9240890d9343c934db1fe82d6e68ac2d28da
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/platforms/cell/spufs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,10 +631,6 @@ long spufs_create(struct nameidata *nd, unsigned int flags, mode_t mode,
if (IS_ERR(dentry))
goto out_dir;

ret = -EEXIST;
if (dentry->d_inode)
goto out_dput;

mode &= ~current_umask();

if (flags & SPU_CREATE_GANG)
Expand Down

0 comments on commit 8804843

Please sign in to comment.