diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/inode.c b/arch/powerpc/platforms/cell/spufs/inode.c index fe960ddbde71..083568139771 100644 --- a/arch/powerpc/platforms/cell/spufs/inode.c +++ b/arch/powerpc/platforms/cell/spufs/inode.c | |||
@@ -274,6 +274,7 @@ spufs_mkdir(struct inode *dir, struct dentry *dentry, unsigned int flags, | |||
274 | goto out; | 274 | goto out; |
275 | 275 | ||
276 | out_free_ctx: | 276 | out_free_ctx: |
277 | spu_forget(ctx); | ||
277 | put_spu_context(ctx); | 278 | put_spu_context(ctx); |
278 | out_iput: | 279 | out_iput: |
279 | iput(inode); | 280 | iput(inode); |