Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282280
b: refs/heads/master
c: 026abb8
h: refs/heads/master
v: v3
  • Loading branch information
James Smart authored and James Bottomley committed Dec 15, 2011
1 parent 83a4583 commit c63734f
Show file tree
Hide file tree
Showing 10 changed files with 357 additions and 399 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cb6fc8c014b9b00c4487a79b8f6ed0da4121f45
refs/heads/master: 026abb87a5586c838a47aca7198d78e356b6351e
14 changes: 0 additions & 14 deletions trunk/drivers/scsi/lpfc/lpfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,18 +247,6 @@ struct lpfc_stats {
uint32_t fcpLocalErr;
};

enum sysfs_mbox_state {
SMBOX_IDLE,
SMBOX_WRITING,
SMBOX_READING
};

struct lpfc_sysfs_mbox {
enum sysfs_mbox_state state;
size_t offset;
struct lpfcMboxq * mbox;
};

struct lpfc_hba;


Expand Down Expand Up @@ -783,8 +771,6 @@ struct lpfc_hba {
uint64_t bg_apptag_err_cnt;
uint64_t bg_reftag_err_cnt;

struct lpfc_sysfs_mbox sysfs_mbox;

/* fastpath list. */
spinlock_t scsi_buf_list_lock;
struct list_head lpfc_scsi_buf_list;
Expand Down
Loading

0 comments on commit c63734f

Please sign in to comment.