linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Hannes Reinecke <hare@suse.de>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>,
	James Bottomley <james.bottomley@hansenpartnership.com>,
	Christoph Hellwig <hch@lst.de>,
	linux-scsi@vger.kernel.org
Subject: Re: [PATCH 07/34] aic7xxx,aic79xx: kill pointless forward declarations
Date: Wed, 2 Dec 2020 17:22:42 +0100	[thread overview]
Message-ID: <20201202162242.GC32254@lst.de> (raw)
In-Reply-To: <20201202115249.37690-8-hare@suse.de>

Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>

  reply	other threads:[~2020-12-02 16:23 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-02 11:52 [PATCH 00/34] SCSI result handling cleanup, part 1 Hannes Reinecke
2020-12-02 11:52 ` [PATCH 01/34] scsi: drop gdth driver Hannes Reinecke
2020-12-02 16:21   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 02/34] 3w-xxxx: Whitespace fixes and tag with SPDX Hannes Reinecke
2020-12-02 16:22   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 03/34] 3w-9xxx: " Hannes Reinecke
2020-12-02 11:52 ` [PATCH 04/34] 3w-sas: " Hannes Reinecke
2020-12-02 11:52 ` [PATCH 05/34] atp870u: Whitespace cleanup Hannes Reinecke
2020-12-02 11:52 ` [PATCH 06/34] aic7xxx,aic79xx: " Hannes Reinecke
2020-12-02 11:52 ` [PATCH 07/34] aic7xxx,aic79xx: kill pointless forward declarations Hannes Reinecke
2020-12-02 16:22   ` Christoph Hellwig [this message]
2020-12-02 11:52 ` [PATCH 08/34] aic7xxx,aic79xxx: remove driver-defined SAM status definitions Hannes Reinecke
2020-12-02 16:23   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 09/34] bfa: drop driver-defined SCSI status codes Hannes Reinecke
2020-12-02 16:23   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 10/34] acornscsi: use standard defines Hannes Reinecke
2020-12-02 16:23   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 11/34] nsp32: fixup status handling Hannes Reinecke
2020-12-02 16:24   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 12/34] dc395: drop private SAM status code definitions Hannes Reinecke
2020-12-02 16:24   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 13/34] qla4xxx: use standard SAM status definitions Hannes Reinecke
2020-12-02 16:25   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 14/34] zfcp: do not set COMMAND_COMPLETE Hannes Reinecke
2020-12-02 11:52 ` [PATCH 15/34] aacraid: avoid setting message byte on completion Hannes Reinecke
2020-12-02 16:25   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 16/34] hpsa: do not set COMMAND_COMPLETE Hannes Reinecke
2020-12-02 16:31   ` Christoph Hellwig
2020-12-02 17:23   ` Don.Brace
2020-12-02 11:52 ` [PATCH 17/34] stex: " Hannes Reinecke
2020-12-02 16:32   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 18/34] nsp_cs: drop internal SCSI message definition Hannes Reinecke
2020-12-02 16:32   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 19/34] aic7xxx,aic79xx: " Hannes Reinecke
2020-12-02 16:33   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 20/34] dc395x: drop internal SCSI message definitions Hannes Reinecke
2020-12-02 16:33   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 21/34] initio: drop internal SCSI message definition Hannes Reinecke
2020-12-02 16:33   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 22/34] scsi_debug: do not set COMMAND_COMPLETE Hannes Reinecke
2020-12-02 16:33   ` Christoph Hellwig
2020-12-02 16:50   ` Douglas Gilbert
2020-12-02 11:52 ` [PATCH 23/34] ufshcd: " Hannes Reinecke
2020-12-02 16:34   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 24/34] atp870u: use standard definitions Hannes Reinecke
2020-12-02 16:34   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 25/34] mac53c94: Do not set invalid command result Hannes Reinecke
2020-12-02 16:34   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 26/34] dpt_i2o: use DID_ERROR instead of INITIATOR_ERROR message Hannes Reinecke
2020-12-02 16:35   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 27/34] esp_scsi: use host byte as last argument to esp_cmd_is_done() Hannes Reinecke
2020-12-02 16:35   ` Christoph Hellwig
2020-12-03 22:02   ` Finn Thain
2020-12-02 11:52 ` [PATCH 28/34] esp_scsi: do not set SCSI message byte Hannes Reinecke
2020-12-02 16:36   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 29/34] wd33c93: use SCSI status Hannes Reinecke
2020-12-02 16:36   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 30/34] ips: use correct command completion on error Hannes Reinecke
2020-12-02 16:36   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 31/34] storvsc: Return DID_ERROR for invalid commands Hannes Reinecke
2020-12-02 16:36   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 32/34] qla2xxx: fc_remote_port_chkready() returns a SCSI result value Hannes Reinecke
2020-12-02 16:37   ` Christoph Hellwig
2020-12-03 16:33   ` Himanshu Madhani
2020-12-02 11:52 ` [PATCH 33/34] advansys: kill driver_defined status byte accessors Hannes Reinecke
2020-12-02 16:37   ` Christoph Hellwig
2020-12-02 11:52 ` [PATCH 34/34] ncr53c8xx: Use SAM status values Hannes Reinecke
2020-12-02 16:38   ` Christoph Hellwig

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=20201202162242.GC32254@lst.de \
    --to=hch@lst.de \
    --cc=hare@suse.de \
    --cc=james.bottomley@hansenpartnership.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@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;
as well as URLs for NNTP newsgroup(s).