Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187807
b: refs/heads/master
c: 3836a03
h: refs/heads/master
i:
  187805: 0534c9f
  187803: a0e94d8
  187799: 49ebf52
  187791: cc03e1f
  187775: ef71e1e
v: v3
  • Loading branch information
Eric Paris authored and Linus Torvalds committed Mar 13, 2010
1 parent 126a1b5 commit 0e8d997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83c0fb6500b13c9b7564fe453b76356dc58415d4
refs/heads/master: 3836a03d978e68b0ae00d3589089343c998cd4ff
1 change: 1 addition & 0 deletions trunk/fs/anon_inodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ static struct inode *anon_inode_mkinode(void)
inode->i_mode = S_IRUSR | S_IWUSR;
inode->i_uid = current_fsuid();
inode->i_gid = current_fsgid();
inode->i_flags |= S_PRIVATE;
inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME;
return inode;
}
Expand Down

0 comments on commit 0e8d997

Please sign in to comment.