Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197965
b: refs/heads/master
c: a7cf414
h: refs/heads/master
i:
  197963: fca991a
v: v3
  • Loading branch information
Eric Paris authored and Al Viro committed May 21, 2010
1 parent 2470e5a commit f5cc480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b7bb0a12913a582dbb0954bf463b1152b540c1a6
refs/heads/master: a7cf4145bb86aaf85d4d4d29a69b50b688e2e49d
2 changes: 1 addition & 1 deletion trunk/fs/anon_inodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static struct inode *anon_inode_mkinode(void)
* that it already _is_ on the dirty list.
*/
inode->i_state = I_DIRTY;
inode->i_mode = S_IRUSR | S_IWUSR;
inode->i_mode = S_IFREG | S_IRUSR | S_IWUSR;
inode->i_uid = current_fsuid();
inode->i_gid = current_fsgid();
inode->i_flags |= S_PRIVATE;
Expand Down

0 comments on commit f5cc480

Please sign in to comment.