Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175013
b: refs/heads/master
c: 03d673e
h: refs/heads/master
i:
  175011: f5ea5ea
v: v3
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 415e768 commit 1fa0e64
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: ad72956df2ce83f58be1dc4e503c78c28e414c2c
refs/heads/master: 03d673e6af6490371aaf64dfe1f84c658c48b71d
2 changes: 1 addition & 1 deletion trunk/drivers/base/devtmpfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ int __init devtmpfs_init(void)
return err;
}

mnt = kern_mount(&dev_fs_type);
mnt = kern_mount_data(&dev_fs_type, "mode=0755");
if (IS_ERR(mnt)) {
err = PTR_ERR(mnt);
printk(KERN_ERR "devtmpfs: unable to create devtmpfs %i\n", err);
Expand Down

0 comments on commit 1fa0e64

Please sign in to comment.