mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
scst_vdisk: Follow-up for r5932
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5934 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -5329,7 +5329,8 @@ 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");
|
||||
goto out_no_bio;
|
||||
scst_set_busy(cmd);
|
||||
goto free_bio;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user