Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197985
b: refs/heads/master
c: 6a9e652
h: refs/heads/master
i:
  197983: 592a522
v: v3
  • Loading branch information
Dmitry Monakhov authored and Al Viro committed May 21, 2010
1 parent 0fc7ada commit 44b3316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: e6ecdc70fb76490719bf5aa20c35d23c0a392ead
refs/heads/master: 6a9e652c88fad648ea088ac07dbc671a9813f75e
4 changes: 1 addition & 3 deletions trunk/fs/omfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ struct inode *omfs_new_inode(struct inode *dir, int mode)
goto fail;

inode->i_ino = new_block;
inode->i_mode = mode;
inode->i_uid = current_fsuid();
inode->i_gid = current_fsgid();
inode_init_owner(inode, NULL, mode);
inode->i_mapping->a_ops = &omfs_aops;

inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME;
Expand Down

0 comments on commit 44b3316

Please sign in to comment.