Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197991
b: refs/heads/master
c: be8ded5
h: refs/heads/master
i:
  197989: 43e1e83
  197987: 43013fd
  197983: 592a522
v: v3
  • Loading branch information
Dmitry Monakhov authored and Al Viro committed May 21, 2010
1 parent e6a041b commit ba3d3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: a6c5a0342a95f9c7cf18adef79ca52a35cd5e4da
refs/heads/master: be8ded5974c69d0d2128a508b0900ef541d0e7da
10 changes: 1 addition & 9 deletions trunk/fs/ufs/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,15 +303,7 @@ struct inode * ufs_new_inode(struct inode * dir, int mode)
sb->s_dirt = 1;

inode->i_ino = cg * uspi->s_ipg + bit;
inode->i_mode = mode;
inode->i_uid = current_fsuid();
if (dir->i_mode & S_ISGID) {
inode->i_gid = dir->i_gid;
if (S_ISDIR(mode))
inode->i_mode |= S_ISGID;
} else
inode->i_gid = current_fsgid();

inode_init_owner(inode, dir, mode);
inode->i_blocks = 0;
inode->i_generation = 0;
inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME_SEC;
Expand Down

0 comments on commit ba3d3fd

Please sign in to comment.