scst: Reduce the object size slightly

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7360 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-02-04 23:57:14 +00:00
parent c036d7afc3
commit 86121f3ee4
2 changed files with 2 additions and 2 deletions

View File

@@ -6846,7 +6846,7 @@ static void blockio_exec_rw(struct vdisk_cmd_params *p, bool write, bool fua)
static int err_inj_cntr;
if (++err_inj_cntr % 256 == 0) {
PRINT_INFO("blockio_exec_rw() error injection");
PRINT_INFO("%s() error injection", __func__);
scst_set_busy(cmd);
goto free_bio;
}

View File

@@ -2027,7 +2027,7 @@ void scst_rx_data(struct scst_cmd *cmd, int status,
break;
default:
PRINT_ERROR("scst_rx_data() received unknown status %x",
PRINT_ERROR("%s() received unknown status %x", __func__,
status);
if (!cmd->write_not_received_set)
scst_cmd_set_write_no_data_received(cmd);