public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* CONFIG_BLK_DEV_RAM_SIZE not used
@ 2000-11-06 22:12 Michael Pruznick
  0 siblings, 0 replies; only message in thread
From: Michael Pruznick @ 2000-11-06 22:12 UTC (permalink / raw)
  To: lkml


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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-11-06 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-06 22:12 CONFIG_BLK_DEV_RAM_SIZE not used Michael Pruznick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox