From: Paul Jackson <pj@sgi.com>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: akpm@linux-foundation.org, James.Bottomley@steeleye.com,
linux-scsi@vger.kernel.org
Subject: Re: [patch 2/7] git scsi misc include fix
Date: Tue, 16 Oct 2007 15:04:35 -0700 [thread overview]
Message-ID: <20071016150435.e2c6e158.pj@sgi.com> (raw)
In-Reply-To: <20071016143353.9a9b6ea6.randy.dunlap@oracle.com>
Randy wrote:
> > #include <linux/scatterlist.h>
> >
> > #include <scsi/scsi_cmnd.h>
> > +#include <linux/scatterlist.h>
> > struct scsi_device;
> > struct Scsi_Host;
>
> It's 3 lines above the patch line....
Ah - you mean scatterlist.h is now included twice - yup.
First I noticed that scsi_eh.h needed this scatterlist.h include and
sent this patch to akpm. Then James noticed that my patch just added
scatterlist.h to scsi_eh.h, without removing it from the other .c file
where it was no longer needed, so he sent along a patch that did both -
removing the one include and adding the other. His patch added the
first scatterlist.h include above, and my earlier patch added the
second.
Now we have both scatterlist.h includes here.
I guess I'll leave it up to James to send along a third patch someday,
that removes one of these includes.
Sharp eyes, Randy - thanks.
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.925.600.0401
prev parent reply other threads:[~2007-10-16 22:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-16 21:28 [patch 2/7] git scsi misc include fix akpm
2007-10-16 21:33 ` Randy Dunlap
2007-10-16 22:04 ` Paul Jackson [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=20071016150435.e2c6e158.pj@sgi.com \
--to=pj@sgi.com \
--cc=James.Bottomley@steeleye.com \
--cc=akpm@linux-foundation.org \
--cc=linux-scsi@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
/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