From 245b8b0e2b1d216d7315c28f235cf1e882df6905 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 4 Dec 2014 23:43:51 +0000 Subject: [PATCH] Oops, fix for the previous commit git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5914 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index fadec75e3..02504643e 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -558,8 +558,8 @@ static const struct scst_sdbops scst_scsi_op_table[] = { .get_cdb_info = get_cdb_info_fmt}, {.ops = 0x04, .devkey = " O ", .info_op_name = "FORMAT MEDIUM", - .info_data_direction = SCST_DATA_WRITE|SCST_STRICTLY_SERIALIZED, - .info_op_flags = SCST_LONG_TIMEOUT|SCST_WRITE_MEDIUM, + .info_data_direction = SCST_DATA_WRITE, + .info_op_flags = SCST_LONG_TIMEOUT|SCST_WRITE_MEDIUM|SCST_STRICTLY_SERIALIZED, .info_len_off = 3, .get_cdb_info = get_cdb_info_len_2}, {.ops = 0x04, .devkey = " O ", .info_op_name = "FORMAT",