Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120689
b: refs/heads/master
c: 922c030
h: refs/heads/master
i:
  120687: 5767ff5
v: v3
  • Loading branch information
David Howells authored and James Morris committed Nov 13, 2008
1 parent acc495e commit 6224be5
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: 8f659adfa246a1e57d0cd3f109accfe071f2d0f1
refs/heads/master: 922c030f260df9d256fecea3164210e7cb2ce407
4 changes: 2 additions & 2 deletions trunk/fs/minix/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ struct inode * minix_new_inode(const struct inode * dir, int * error)
iput(inode);
return NULL;
}
inode->i_uid = current->fsuid;
inode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
inode->i_uid = current_fsuid();
inode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current_fsgid();
inode->i_ino = j;
inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME_SEC;
inode->i_blocks = 0;
Expand Down

0 comments on commit 6224be5

Please sign in to comment.