From: Glen Nakamura <glen@imodulo.com>
To: James Morris <jmorris@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Mysterious string truncation in 2.4.25 kernel
Date: Tue, 2 Mar 2004 19:43:52 -1000 [thread overview]
Message-ID: <20040303054352.GA3571@modulo.internal> (raw)
In-Reply-To: <20040303053547.GA3160@modulo.internal>
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
next prev parent reply other threads:[~2004-03-03 5:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-02 23:53 Mysterious string truncation in 2.4.25 kernel Glen Nakamura
2004-03-03 4:03 ` James Morris
2004-03-03 5:35 ` Glen Nakamura
2004-03-03 5:43 ` Glen Nakamura [this message]
2004-03-03 5:49 ` James Morris
2004-03-03 9:41 ` Herbert Xu
2004-03-03 10:18 ` Marcelo Tosatti
2004-03-03 13:51 ` James Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040303054352.GA3571@modulo.internal \
--to=glen@imodulo.com \
--cc=jmorris@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.