Skip to content

Commit

Permalink
[SCSI] ibmvfc: Show host maxframe_size
Browse files Browse the repository at this point in the history
Set show_host_maxframe_size so that maxframe_size gets exported in
sysfs for the host.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Brian King authored and James Bottomley committed Apr 3, 2009
1 parent 545ef9a commit 9ab3610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/ibmvscsi/ibmvfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4195,6 +4195,7 @@ static struct fc_function_template ibmvfc_transport_functions = {
.show_host_supported_classes = 1,
.show_host_port_type = 1,
.show_host_port_id = 1,
.show_host_maxframe_size = 1,

.get_host_port_state = ibmvfc_get_host_port_state,
.show_host_port_state = 1,
Expand Down

0 comments on commit 9ab3610

Please sign in to comment.