Ramdisk parameter rd_size

Kurt Garloff (kurt@garloff.de)
Mon, 12 Apr 1999 13:20:20 +0200


--X1bOJ3K7DJ5YkBrT
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Hi,

With new modutils (2.1.121), the ramdisk parameter rd_size is not visible.
Here is a patch to rd.c:

--- linux/drivers/block/rd.c~ Mon Apr 12 12:58:30 1999
+++ linux/drivers/block/rd.c Mon Apr 12 12:51:16 1999
@@ -295,6 +295,8 @@
=20
#ifdef MODULE
=20
+MODULE_PARM (rd_size, "1i");
+
int init_module(void)
{
int error =3D rd_init();

--=20
Dipl.Phys. Kurt Garloff <kurt@garloff.de> [Wuppertal, FRG]
Plasma physics, high perf. computing [Linux-ix86,-axp, DUX]
PGP key: see mailheader / key servers [Linux SCSI driver: DC390]

--X1bOJ3K7DJ5YkBrT
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3in

iQCVAwUBNxHW9BaQN/7O/JIVAQHE5wP+KXjc57Epf0qYo4Ls2GPquIVwV38R+vPU
o278gbklqrHj6L6Z79Fx3XFRFtMbqRa03qP7b1KYl//heMJh3DRKVnGIsoPvXhyq
y0lbeZ981oaHaXwPM34wO4mf0opvev7wtCgEndv3E749j8cvkdXUNrZ5jchNdi0L
oPzK+g/E/S4=
=yHR+
-----END PGP SIGNATURE-----

--X1bOJ3K7DJ5YkBrT--

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