All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: linux-kernel@vger.kernel.org
Cc: axboe@kernel.org, akpm@zip.com.au
Subject: NUMA-Q breakage 6/7 lack of bio splitting workaround
Date: Fri, 12 Jul 2002 15:40:09 -0700	[thread overview]
Message-ID: <20020712224009.GD25360@holomorphy.com> (raw)

NUMA-Q's have qlogicisp adapters for their boot bays. Until the block
I/O issue is resolved, they can't boot. I've bugged you about this
before, but for completeness' sake, here it is.


Workaround (due to akpm) below.


Cheers,
Bill


===== fs/mpage.c 1.10 vs edited =====
--- 1.10/fs/mpage.c	Thu Jul  4 09:17:30 2002
+++ edited/fs/mpage.c	Fri Jul 12 01:03:03 2002
@@ -24,7 +24,7 @@
  * The largest-sized BIO which this code will assemble, in bytes.  Set this
  * to PAGE_CACHE_SIZE if your drivers are broken.
  */
-#define MPAGE_BIO_MAX_SIZE BIO_MAX_SIZE
+#define MPAGE_BIO_MAX_SIZE PAGE_CACHE_SIZE
 
 /*
  * I/O completion handler for multipage BIOs.

                 reply	other threads:[~2002-07-12 22:39 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=20020712224009.GD25360@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=akpm@zip.com.au \
    --cc=axboe@kernel.org \
    --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.