diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 88989a197..dceecee8a 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -140,6 +140,7 @@ struct srpt_ioctx { enum srpt_command_state state; }; +/* Additional context information for SCST management commands. */ struct srpt_mgmt_ioctx { struct srpt_ioctx *ioctx; struct srpt_rdma_ch *ch;