Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320946
b: refs/heads/master
c: 66ec7b2
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jul 29, 2012
1 parent 8bf89c7 commit 2cc1b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 67cba9fd645697f1c883390eedcf519353a9baa6
refs/heads/master: 66ec7b2cd0d84561ef3c420b5995d0c1dd2cf1c5
8 changes: 1 addition & 7 deletions trunk/arch/powerpc/platforms/cell/spufs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,20 +492,14 @@ spufs_create_context(struct inode *inode, struct dentry *dentry,
}

ret = spufs_context_open(&path);
if (ret < 0) {
if (ret < 0)
WARN_ON(spufs_rmdir(inode, dentry));
if (affinity)
mutex_unlock(&gang->aff_mutex);
mutex_unlock(&inode->i_mutex);
goto out;
}

out_aff_unlock:
if (affinity)
mutex_unlock(&gang->aff_mutex);
out_unlock:
mutex_unlock(&inode->i_mutex);
out:
dput(dentry);
return ret;
}
Expand Down

0 comments on commit 2cc1b51

Please sign in to comment.