From: Michael Pruznick <michael_pruznick@mvista.com>
To: lkml <linux-kernel@vger.kernel.org>
Subject: CONFIG_BLK_DEV_RAM_SIZE not used
Date: Mon, 06 Nov 2000 14:12:45 -0800 [thread overview]
Message-ID: <3A072CDD.C2EFB1C9@mvista.com> (raw)
What's up with CONFIG_BLK_DEV_RAM_SIZE? It is
set in .config by "make config", but it not
used by the kernel.
I checked the cvs tree and see that it was used
for in a single rev of the file. Looks to me
like this change may have been lost by accident.
Can anyone confirm or deny? Is someone who can
fix this on this maillist?
cvs diff -r1.59 -r1.60 rd.c
< int rd_size = 8192; /* Size of the RAM disks */
< int rd_size = 4096; /* Size of the RAM disks */
> int rd_size = CONFIG_BLK_DEV_RAM_SIZE; /* Size of the RAM disks */
cvs diff -r1.60 -r1.61 rd.c
< int rd_size = CONFIG_BLK_DEV_RAM_SIZE; /* Size of the RAM disks */
> int rd_size = 4096; /* Size of the RAM disks */
--
Michael Pruznick, michael_pruznick@mvista.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
reply other threads:[~2000-11-06 22:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3A072CDD.C2EFB1C9@mvista.com \
--to=michael_pruznick@mvista.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.