From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752378Ab1GSXoO (ORCPT ); Tue, 19 Jul 2011 19:44:14 -0400 Received: from mga01.intel.com ([192.55.52.88]:28405 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301Ab1GSXoM (ORCPT ); Tue, 19 Jul 2011 19:44:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,231,1309762800"; d="scan'208";a="32276888" Message-ID: <4E2616DD.3010607@linux.intel.com> Date: Tue, 19 Jul 2011 16:44:29 -0700 From: J Freyensee User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110628 Thunderbird/5.0 MIME-Version: 1.0 To: Per Forlin CC: linaro-dev@lists.linaro.org, Nicolas Pitre , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-doc@vger.kernel.org, Venkatraman S , Linus Walleij , Kyungmin Park , Arnd Bergmann , Sourav Poddar , Chris Ball , Akinobu Mita , Randy Dunlap Subject: Re: [PATCH v2 1/3] fault-inject: make fault injection available for modules References: <1311111106-26814-1-git-send-email-per.forlin@linaro.org> <1311111106-26814-2-git-send-email-per.forlin@linaro.org> In-Reply-To: <1311111106-26814-2-git-send-email-per.forlin@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/19/2011 02:31 PM, Per Forlin wrote: > export symbols should_fail() and init_fault_attr_dentries() in order > to make modules use the fault injection functionality > > Signed-off-by: Per Forlin > --- > lib/fault-inject.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/lib/fault-inject.c b/lib/fault-inject.c > index 7e65af7..cd28364 100644 > --- a/lib/fault-inject.c > +++ b/lib/fault-inject.c > @@ -131,6 +131,7 @@ bool should_fail(struct fault_attr *attr, ssize_t size) > > return true; > } > +EXPORT_SYMBOL(should_fail); Should this be EXPORT_SYMBOL_GPL()? > > #ifdef CONFIG_FAULT_INJECTION_DEBUG_FS > > @@ -311,5 +312,6 @@ fail: > cleanup_fault_attr_dentries(attr); > return -ENOMEM; > } > +EXPORT_SYMBOL(init_fault_attr_dentries); and here too? > > #endif /* CONFIG_FAULT_INJECTION_DEBUG_FS */ -- J (James/Jay) Freyensee Storage Technology Group Intel Corporation