lkml.org 
[lkml]   [2004]   [Mar]   [3]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 2 Mar 2004 19:43:52 -1000
FromGlen Nakamura <>
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 13:01    [from the cache]
©2003-2008