Skip to content

Commit

Permalink
[SCSI] libfc: removes unused disc_work and ex_list
Browse files Browse the repository at this point in the history
Reported-by: Alex Lyakas <alexl@mellanox.co.il>
Signed-off-by: Vasu Dev <vasu.dev@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Vasu Dev authored and James Bottomley committed Dec 4, 2009
1 parent 3f127ad commit e95147d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/scsi/libfc/fc_exch.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ struct fc_exch_mgr {
struct kref kref; /* exchange mgr reference count */
u16 min_xid; /* min exchange ID */
u16 max_xid; /* max exchange ID */
struct list_head ex_list; /* allocated exchanges list */
mempool_t *ep_pool; /* reserve ep's */
u16 pool_max_index; /* max exch array index in exch pool */
struct fc_exch_pool *pool; /* per cpu exch pool */
Expand Down
1 change: 0 additions & 1 deletion include/scsi/libfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ struct fc_lport {

/* Miscellaneous */
struct delayed_work retry_work;
struct delayed_work disc_work;
};

/*
Expand Down

0 comments on commit e95147d

Please sign in to comment.