From 12a8edb9d463de09c8d43726115d4ea4600fba79 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 21 Aug 2016 23:16:56 +0000 Subject: [PATCH] scst_vdisk: Comment out a local variable that is not used git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6971 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 592cc611e..0db59f714 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -2294,6 +2294,7 @@ static const struct scst_opcode_descriptor scst_op_descr_format_unit = { .od_cdb_usage_bits = { FORMAT_UNIT, 0xF0, 0, 0, 0, SCST_OD_DEFAULT_CONTROL_BYTE }, }; +#if 0 static const struct scst_opcode_descriptor scst_op_descr_get_lba_status = { .od_opcode = SERVICE_ACTION_IN_16, .od_serv_action = SAI_GET_LBA_STATUS, @@ -2307,6 +2308,7 @@ static const struct scst_opcode_descriptor scst_op_descr_get_lba_status = { 0xFF, 0xFF, 0xFF, 0xFF, 0, SCST_OD_DEFAULT_CONTROL_BYTE }, }; +#endif static const struct scst_opcode_descriptor scst_op_descr_allow_medium_removal = { .od_opcode = ALLOW_MEDIUM_REMOVAL,