|
From: Bart V. A. <bva...@ac...> - 2019-06-14 03:05:15
|
On 6/13/19 4:39 AM, Rob Turk wrote:
> Is this acceptable? Created against 8421
>
> Rob
>
> diff -u scst_lib.c.orig scst_lib.c
> --- scst_lib.c.orig 2019-06-13 13:10:06.145000000 +0200
> +++ scst_lib.c 2019-06-13 13:28:26.124393505 +0200
> @@ -717,6 +717,11 @@
> .info_op_flags = FLAG_NONE,
> .info_lba_off = 2, .info_lba_len = 2,
> .get_cdb_info = get_cdb_info_lba_2_none},
> + {.ops = 0x0B, .devkey = " O ",
> + .info_op_name = "SET CAPACITY",
> + .info_data_direction = SCST_DATA_NONE,
> + .info_op_flags = SCST_WRITE_MEDIUM|SCST_STRICTLY_SERIALIZED,
> + .get_cdb_info = get_cdb_info_none},
> {.ops = 0x0B, .devkey = " O ",
> .info_op_name = "SLEW AND PRINT",
> .info_data_direction = SCST_DATA_NONE,
Hi Rob,
This patch looks good to me and has been applied on the trunk. Thanks
for the patch!
Bart.
|