diff mbox

Lucid pull request, LP512370

Message ID 4B5DEA4C.4000409@canonical.com
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

Tim Gardner Jan. 25, 2010, 7 p.m. UTC

Comments

Andy Whitcroft Jan. 25, 2010, 8:01 p.m. UTC | #1
Applied to Lucid.

-apw
Andy Whitcroft Jan. 26, 2010, 4:26 p.m. UTC | #2
On Mon, Jan 25, 2010 at 08:01:14PM +0000, Andy Whitcroft wrote:

> Applied to Lucid.

Ok, it turns out there is now a fix for the patch applied here.  Luckily
for us both are now in stable so I have rolled us from the patch here to
the ones in the stable queue.

Still applied :)

-apw
diff mbox

Patch

diff --git a/drivers/base/devtmpfs.c b/drivers/base/devtmpfs.c
index a1cb5af..318570b 100644
--- a/drivers/base/devtmpfs.c
+++ b/drivers/base/devtmpfs.c
@@ -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);