Commit 03d673e6 authored by Kay Sievers's avatar Kay Sievers Committed by Greg Kroah-Hartman

Driver-Core: devtmpfs - set root directory mode to 0755

Signed-off-by: default avatarKay Sievers <kay.sievers@vrfy.org>
Cc: Mark Rosenstand <rosenstand@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ad72956d
...@@ -361,7 +361,7 @@ int __init devtmpfs_init(void) ...@@ -361,7 +361,7 @@ int __init devtmpfs_init(void)
return err; return err;
} }
mnt = kern_mount(&dev_fs_type); mnt = kern_mount_data(&dev_fs_type, "mode=0755");
if (IS_ERR(mnt)) { if (IS_ERR(mnt)) {
err = PTR_ERR(mnt); err = PTR_ERR(mnt);
printk(KERN_ERR "devtmpfs: unable to create devtmpfs %i\n", err); printk(KERN_ERR "devtmpfs: unable to create devtmpfs %i\n", err);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment