>From 7941cbd8c8d7282b8d16fb31281e374d38304697 Mon Sep 17 00:00:00 2001 From: Mark Harvey <markh794 at gmail.com> Date: Wed, 20 Aug 2008 16:48:19 +1000 Subject: Add support-maintenance-in OP code similar to exiting modules. Signed-off-by: Mark Harvey <markh794 at gmail.com> --- usr/ssc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/usr/ssc.c b/usr/ssc.c index 2630a6a..c0cfbfe 100644 --- a/usr/ssc.c +++ b/usr/ssc.c @@ -298,7 +298,7 @@ static struct device_type_template ssc_template = { {spc_report_luns,}, {spc_illegal_op,}, {spc_illegal_op,}, - {spc_illegal_op,}, + {spc_maint_in, maint_in_service_actions,}, {spc_illegal_op,}, {spc_illegal_op,}, {spc_illegal_op,}, -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html |