diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index ca297625e..99ecce26d 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -5677,6 +5677,11 @@ static enum compl_status_e fileio_exec_var_len_cmd(struct vdisk_cmd_params *p) return res; } +/* + * Execute a SCSI write command against a file. If this function returns + * RUNNING_ASYNC the SCST command may already have completed before this + * function returns. + */ static enum compl_status_e fileio_exec_write(struct vdisk_cmd_params *p) { struct scst_cmd *cmd = p->cmd;