Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e95147d8 authored by Vasu Dev's avatar Vasu Dev Committed by James Bottomley
Browse files

[SCSI] libfc: removes unused disc_work and ex_list

parent 3f127ad9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */
+0 −1
Original line number Diff line number Diff line
@@ -742,7 +742,6 @@ struct fc_lport {

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

/*