From: Brian King Date: Fri, 20 Mar 2009 20:44:38 +0000 (-0500) Subject: [SCSI] ibmvfc: Show host maxframe_size X-Git-Tag: v2.6.30-rc1~185^2~71 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=9ab3610f9c24e7f303f1b0e6bb88a5f804ab847e;p=net-next-2.6.git [SCSI] ibmvfc: Show host maxframe_size Set show_host_maxframe_size so that maxframe_size gets exported in sysfs for the host. Signed-off-by: Brian King Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/ibmvscsi/ibmvfc.c b/drivers/scsi/ibmvscsi/ibmvfc.c index f0bf102c9bc..0ac2dedb413 100644 --- a/drivers/scsi/ibmvscsi/ibmvfc.c +++ b/drivers/scsi/ibmvscsi/ibmvfc.c @@ -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,