aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/target/target_core_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index d28418645b00..909dacbd230f 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -552,7 +552,7 @@ struct se_cmd {
552 void *priv; 552 void *priv;
553 553
554 /* Used for lun->lun_ref counting */ 554 /* Used for lun->lun_ref counting */
555 bool lun_ref_active; 555 int lun_ref_active;
556 556
557 /* DIF related members */ 557 /* DIF related members */
558 enum target_prot_op prot_op; 558 enum target_prot_op prot_op;