Linux SCSI subsystem development
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Mark Haverkamp <markh@osdl.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>,
	linux-scsi <linux-scsi@vger.kernel.org>,
	Mark Salyzyn <mark_salyzyn@adaptec.com>
Subject: Re: [PATCH] 2.6.9 aacraid: Support ROMB RAID/SCSI mode - Resend -
Date: Thu, 18 Nov 2004 19:34:28 +0000	[thread overview]
Message-ID: <20041118193428.GA26622@infradead.org> (raw)
In-Reply-To: <1100800586.6026.31.camel@markh1.pdx.osdl.net>

> +	if ((dev->adapter_info.options & AAC_OPT_SCSI_MANAGED)
> +		&& (dev->adapter_info.options & AAC_OPT_RAID_SCSI_MODE)) {

Should be

	if ((dev->adapter_info.options & AAC_OPT_SCSI_MANAGED) &&
	    (dev->adapter_info.options & AAC_OPT_RAID_SCSI_MODE)) {


  reply	other threads:[~2004-11-18 19:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-18 17:56 [PATCH] 2.6.9 aacraid: Support ROMB RAID/SCSI mode - Resend - Mark Haverkamp
2004-11-18 19:34 ` Christoph Hellwig [this message]
2004-11-18 21:52   ` Mark Haverkamp

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=20041118193428.GA26622@infradead.org \
    --to=hch@infradead.org \
    --cc=James.Bottomley@steeleye.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=mark_salyzyn@adaptec.com \
    --cc=markh@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox