Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1034
b: refs/heads/master
c: 291c4a7
h: refs/heads/master
v: v3
  • Loading branch information
Randy.Dunlap authored and Linus Torvalds committed May 5, 2005
1 parent ea7dfc9 commit e40861a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a27e951f1e9362411eba81e724fafca20f1b0563
refs/heads/master: 291c4a75ce7632ee5c565359fb875ba0597f76be
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ static int reiserfs_create (struct inode * dir, struct dentry *dentry, int mode,
goto out_failed;
}

retval = reiserfs_new_inode (&th, dir, mode, 0, 0/*i_size*/, dentry, inode);
retval = reiserfs_new_inode (&th, dir, mode, NULL, 0/*i_size*/, dentry, inode);
if (retval)
goto out_failed;

Expand Down

0 comments on commit e40861a

Please sign in to comment.