Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120697
b: refs/heads/master
c: fc7333d
h: refs/heads/master
i:
  120695: 627b3f3
v: v3
  • Loading branch information
David Howells authored and James Morris committed Nov 13, 2008
1 parent 2cc155c commit 140fdaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e2950b178e8fa1cb0b122c212b6cd48e75e2b41f
refs/heads/master: fc7333deb741da8aafbda9ff905d3ff2c5e28a66
4 changes: 2 additions & 2 deletions trunk/fs/sysv/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ struct inode * sysv_new_inode(const struct inode * dir, mode_t mode)
if (S_ISDIR(mode))
mode |= S_ISGID;
} else
inode->i_gid = current->fsgid;
inode->i_gid = current_fsgid();

inode->i_uid = current->fsuid;
inode->i_uid = current_fsuid();
inode->i_ino = fs16_to_cpu(sbi, ino);
inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME_SEC;
inode->i_blocks = 0;
Expand Down

0 comments on commit 140fdaa

Please sign in to comment.