dect
/
linux-2.6
Archived
13
0
Fork 0

[SCSI] libfc: remove unused disc->delay element

Delete unused disc->delay element.

Signed-off-by: Joe Eykholt <jeykholt@cisco.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
Joe Eykholt 2009-08-25 14:01:34 -07:00 committed by James Bottomley
parent 786681b96f
commit b84c796265
2 changed files with 0 additions and 4 deletions

View File

@ -43,8 +43,6 @@
#define FC_DISC_RETRY_LIMIT 3 /* max retries */
#define FC_DISC_RETRY_DELAY 500UL /* (msecs) delay */
#define FC_DISC_DELAY 3
static void fc_disc_gpn_ft_req(struct fc_disc *);
static void fc_disc_gpn_ft_resp(struct fc_seq *, struct fc_frame *, void *);
static int fc_disc_new_target(struct fc_disc *, struct fc_rport_priv *,
@ -775,7 +773,6 @@ int fc_disc_init(struct fc_lport *lport)
INIT_LIST_HEAD(&disc->rports);
disc->lport = lport;
disc->delay = FC_DISC_DELAY;
return 0;
}

View File

@ -674,7 +674,6 @@ struct libfc_function_template {
/* information used by the discovery layer */
struct fc_disc {
unsigned char retry_count;
unsigned char delay;
unsigned char pending;
unsigned char requested;
unsigned short seq_count;