Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204315
b: refs/heads/master
c: faf4cd8
h: refs/heads/master
i:
  204313: 6a955b2
  204311: 4a8f03c
v: v3
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Jul 28, 2010
1 parent 7b68406 commit ab67111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: 1bf3ff02ca6247b2d7c9ebda93002392bf60a61d
refs/heads/master: faf4cd854203b26527d81e7e13d66e78774dad44
2 changes: 1 addition & 1 deletion trunk/drivers/s390/scsi/zfcp_fsf.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ static int zfcp_fsf_exchange_config_evaluate(struct zfcp_fsf_req *req)
fc_host_supported_classes(shost) = FC_COS_CLASS2 | FC_COS_CLASS3;

adapter->hydra_version = bottom->adapter_type;
adapter->timer_ticks = bottom->timer_interval;
adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK;
adapter->stat_read_buf_num = max(bottom->status_read_buf_num,
(u16)FSF_STATUS_READS_RECOM);

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/s390/scsi/zfcp_fsf.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ struct fsf_qtcb_bottom_support {
u8 els[256];
} __attribute__ ((packed));

#define ZFCP_FSF_TIMER_INT_MASK 0x3FFF

struct fsf_qtcb_bottom_config {
u32 lic_version;
u32 feature_selection;
Expand Down

0 comments on commit ab67111

Please sign in to comment.