From: Patrick Mansfield <patmans@us.ibm.com>
To: Christoph Hellwig <hch@lst.de>
Cc: James.Bottomley@steeleye.com, linux-scsi@vger.kernel.org
Subject: Re: [PATCH] split private and public scsi headers
Date: Mon, 28 Apr 2003 10:08:19 -0700 [thread overview]
Message-ID: <20030428100819.A27762@beaverton.ibm.com> (raw)
In-Reply-To: <20030426233054.A22823@lst.de>; from hch@lst.de on Sat, Apr 26, 2003 at 11:30:54PM +0200
On Sat, Apr 26, 2003 at 11:30:54PM +0200, Christoph Hellwig wrote:
> Two new headers:
>
> scsi_priv.h - for macros/declarations private to the scsi midlayer
> (= not EXPORT_SYMBOL()ed)
> scsi_logging.h - for SCSI_LOG_* and friends, semi-private to the
> midlayer and the upper drivers. One abuse of this
> in dpt_i2o killed.
Hi -
I had to add an include of scsi_logging.h to compile with logging configured:
--- sm-inclsplit-hch/drivers/scsi/scsi_syms.c-orig Mon Apr 28 09:47:50 2003
+++ sm-inclsplit-hch/drivers/scsi/scsi_syms.c Mon Apr 28 09:59:48 2003
@@ -21,6 +21,7 @@
#include "scsi.h"
#include <scsi/scsi_ioctl.h>
#include "hosts.h"
+#include "scsi_logging.h"
#include <scsi/scsicam.h>
prev parent reply other threads:[~2003-04-28 16:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-26 21:30 [PATCH] split private and public scsi headers Christoph Hellwig
2003-04-28 17:08 ` Patrick Mansfield [this message]
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=20030428100819.A27762@beaverton.ibm.com \
--to=patmans@us.ibm.com \
--cc=James.Bottomley@steeleye.com \
--cc=hch@lst.de \
--cc=linux-scsi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox