scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_template
[linux-2.6-block.git] / include / scsi / scsi_transport_fc.h
index 483513c575976c48e9b89a4f6eac67c9c8e10827..fd039306ffbb202d3e926ec4187e4d579cad9406 100644 (file)
@@ -709,6 +709,7 @@ struct fc_function_template {
        int     (*vport_delete)(struct fc_vport *);
 
        /* bsg support */
+       u32                             max_bsg_segments;
        int     (*bsg_request)(struct bsg_job *);
        int     (*bsg_timeout)(struct bsg_job *);