All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Kropelin <akropel1@rochester.rr.com>
To: davej@suse.de
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.1[345]-dj Add cpqarray_init() back into genhd.c
Date: Mon, 13 May 2002 22:03:34 -0400	[thread overview]
Message-ID: <20020514020334.GA24417@www.kroptech.com> (raw)

In 2.5.13-dj1, the call to cpqarray_init() in drivers/block/genhd.c was
dropped. I'm not sure what the intent was since the driver seems to work fine
as a module. In case it was a mistake, here's a patch (against 2.5.15-dj1) to
add it back in. Without it, cpqarray only works as a module. Works For Me (tm).

--Adam

--- linux-2.5.15-dj1-virgin/drivers/block/genhd.c	Mon May 13 21:21:59 2002
+++ linux-2.5.15-dj1/drivers/block/genhd.c	Mon May 13 21:18:48 2002
@@ -229,6 +229,9 @@
 	/* This has to be done before scsi_dev_init */
 	soc_probe();
 #endif
+#ifdef CONFIG_BLK_CPQ_DA
+	cpqarray_init();
+#endif
 #ifdef CONFIG_NET
 	net_dev_init();
 #endif

             reply	other threads:[~2002-05-14  2:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-14  2:03 Adam Kropelin [this message]
2002-05-14  2:24 ` [PATCH] 2.5.1[345]-dj Add cpqarray_init() back into genhd.c Keith Owens
2002-05-14  2:49   ` Adam Kropelin
2002-05-14  3:31     ` Keith Owens
2002-05-14 11:38       ` Adam Kropelin

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=20020514020334.GA24417@www.kroptech.com \
    --to=akropel1@rochester.rr.com \
    --cc=davej@suse.de \
    --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.