From e1ec75f089c8188647eac4365b3db2df0fa80250 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 3 Sep 2010 14:50:58 +0000 Subject: [PATCH] Add enabled_attr_not_needed removed by the previous patch git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2038 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index f04df1ecf..4122ecc32 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -1400,6 +1400,9 @@ static struct scst_tgt_template scst_local_targ_tmpl = { .name = "scst_local_tgt", .sg_tablesize = 0xffff, .xmit_response_atomic = 1, +#ifndef CONFIG_SCST_PROC + .enabled_attr_not_needed = 1, +#endif .detect = scst_local_targ_detect, .release = scst_local_targ_release, .pre_exec = scst_local_targ_pre_exec,