Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210479
b: refs/heads/master
c: eee743f
h: refs/heads/master
i:
  210477: 7abbfe2
  210475: 148e5d5
  210471: 36e07b9
  210463: e9c0840
v: v3
  • Loading branch information
Jorge Boncompte [DTI2] authored and Linus Torvalds committed Sep 10, 2010
1 parent f33944e commit e632fbc
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: 9ee493ce0a60bf42c0f8fd0b0fe91df5704a1cbf
refs/heads/master: eee743fd7eac9f2ea69ad06d093dfb5a12538fe5
2 changes: 1 addition & 1 deletion trunk/fs/minix/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static int minix_mkdir(struct inode * dir, struct dentry *dentry, int mode)

inode_inc_link_count(dir);

inode = minix_new_inode(dir, mode, &err);
inode = minix_new_inode(dir, S_IFDIR | mode, &err);
if (!inode)
goto out_dir;

Expand Down

0 comments on commit e632fbc

Please sign in to comment.