scsi: target: iscs: Make write_pending_must_be_called a bit field
[linux-2.6-block.git] / include / target / target_core_fabric.h
index b188b1e90e1edb945f0d6cee5e3e3731a16de67e..2a6c4c935666aaf212df3a61757e274c4c4b4fef 100644 (file)
@@ -113,11 +113,11 @@ struct target_core_fabric_ops {
        struct configfs_attribute **tfc_tpg_nacl_param_attrs;
 
        /*
-        * Set this member variable to true if the SCSI transport protocol
+        * Set this member variable if the SCSI transport protocol
         * (e.g. iSCSI) requires that the Data-Out buffer is transferred in
         * its entirety before a command is aborted.
         */
-       bool write_pending_must_be_called;
+       unsigned int write_pending_must_be_called:1;
 };
 
 int target_register_template(const struct target_core_fabric_ops *fo);