Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28800
b: refs/heads/master
c: c983294
h: refs/heads/master
v: v3
  • Loading branch information
arnd@arndb.de authored and Paul Mackerras committed Jun 21, 2006
1 parent e6a32ea commit 74abba2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ba723fe2b2facc8d45b53701fec39aa429596759
refs/heads/master: c983294872ebccd4aacf1b8dd694ac2170feadc3
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/platforms/cell/spufs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@ long spufs_create_thread(struct nameidata *nd,
nd->dentry != nd->dentry->d_sb->s_root)
goto out;

/* all flags are reserved */
if (flags)
goto out;

dentry = lookup_create(nd, 1);
ret = PTR_ERR(dentry);
if (IS_ERR(dentry))
Expand Down

0 comments on commit 74abba2

Please sign in to comment.