lkml.org 
[lkml]   [2004]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Mysterious string truncation in 2.4.25 kernel
On Tue, Mar 02, 2004 at 07:35:47PM -1000, Glen Nakamura wrote:
> void __init mount_devfs_fs (void)
> {
> int err;
>
> if ( !(boot_options & OPTION_MOUNT) ) return;
>+ err = do_mount ("none", "/dev", "devfs", 0, "");
> if (err == 0) printk (KERN_INFO "Mounted devfs on /dev\n");
> else PRINTK ("(): unable to mount devfs, err: %d\n", err);
> } /* End Function mount_devfs_fs */

Whoops... I deleted the do_mount line by accident.

- glen
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:1.120 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site