X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=init%2Fdo_mounts.c;fp=init%2Fdo_mounts.c;h=762b534978d95d3bed72f8b2f3323572db6b1e0a;hp=9207bde9ca3f0978581ede0b797848d67d9ef875;hb=40c8ee67cfc49d00a13ccbf542e307b6b5421ad3;hpb=b51593c4cd739dff7fc40bbed368572d98b19ae8 diff --git a/init/do_mounts.c b/init/do_mounts.c index 9207bde9ca3f..762b534978d9 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -558,9 +558,6 @@ static int __init mount_nodev_root(void) root_mount_data); if (!err) break; - if (err != -EACCES && err != -EINVAL) - panic("VFS: Unable to mount root \"%s\" (%s), err=%d\n", - root_device_name, fstype, err); } free_page((unsigned long)fs_names);