All of lore.kernel.org
 help / color / mirror / Atom feed
From: Davidlohr Bueso <dave@gnu.org>
To: Boaz Harrosh <bharrosh@panasas.com>
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/20] SCSI: No longer use Scsi_Cmd typedef
Date: Tue, 10 Nov 2009 07:11:24 -0500	[thread overview]
Message-ID: <20091110121124.GA18938@fencepost.gnu.org> (raw)
In-Reply-To: <4AF7CDE7.8030008@panasas.com>

On Mon, Nov 09, 2009 at 10:08:07AM +0200, Boaz Harrosh wrote:
> On 11/08/2009 10:16 PM, Davidlohr Bueso wrote:
> > Plenty of older drivers are still using Scsi_Cmd. The following patches
> > remove its use and changes them for "struct scsi_cmnd". There is also no
> > need for the drivers/scsi/scsi_typedefs.h file anymore since this only
> > contains the typedef for Scsi_Cmd. 

> 
> Thanks for doing this. What a grate relief.
> 
> One thing that I'm missing is the actual patch to remove the
> scsi_typedefs.h file. Is it still used?

Oops, you're right, sending now.

Thanks,
Davidlohr

Signed-off-by: Davidlohr Bueso <dave@gnu.org>

---
 drivers/scsi/scsi_typedefs.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
 delete mode 100644 drivers/scsi/scsi_typedefs.h

diff --git a/drivers/scsi/scsi_typedefs.h b/drivers/scsi/scsi_typedefs.h
deleted file mode 100644
index 2ed4c5c..0000000
--- a/drivers/scsi/scsi_typedefs.h
+++ /dev/null
@@ -1,2 +0,0 @@
-
-typedef struct scsi_cmnd Scsi_Cmnd;
-- 
1.6.3.3

  reply	other threads:[~2009-11-10 12:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-08 20:16 [PATCH 00/20] SCSI: No longer use Scsi_Cmd typedef Davidlohr Bueso
2009-11-09  8:08 ` Boaz Harrosh
2009-11-10 12:11   ` Davidlohr Bueso [this message]
2009-12-01 12:43   ` Davidlohr Bueso

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=20091110121124.GA18938@fencepost.gnu.org \
    --to=dave@gnu.org \
    --cc=bharrosh@panasas.com \
    --cc=linux-kernel@vger.kernel.org \
    --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 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.