All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Christie <michaelc@cs.wisc.edu>
To: linux-scsi <linux-scsi@vger.kernel.org>
Subject: [PATCH] rm unused scan delay var
Date: Fri, 25 Mar 2005 22:16:19 -0800	[thread overview]
Message-ID: <4244FE33.8030004@cs.wisc.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

Is FC_SCSI_SCAN_DELAY used by a FC driver that is
not yet in mainline? This patch just deletes it
if not since no one else is.

Signed-off-by: Mike Chrisite <michaelc@cs.wisc.edu>

[-- Attachment #2: rm-unused-scan-delay.patch --]
[-- Type: text/x-patch, Size: 409 bytes --]

--- scsi-misc-2.6.orig/include/scsi/scsi_transport_fc.h	2005-03-25 21:35:06.000000000 -0800
+++ scsi-misc-2.6.test/include/scsi/scsi_transport_fc.h	2005-03-25 22:01:49.000000000 -0800
@@ -212,9 +212,6 @@ struct fc_rport {	/* aka fc_starget_attr
 #define rport_to_shost(r)			\
 	dev_to_shost(r->dev.parent)
 
-#define FC_SCSI_SCAN_DELAY		(1 * HZ)	/* 1 second delay */
-
-
 /*
  * FC SCSI Target Attributes
  *

             reply	other threads:[~2005-03-26  6:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-26  6:16 Mike Christie [this message]
2005-03-29 14:06 ` [PATCH] rm unused scan delay var 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=4244FE33.8030004@cs.wisc.edu \
    --to=michaelc@cs.wisc.edu \
    --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.