[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20151107011332.GA14291@kroah.com>
Date: Fri, 6 Nov 2015 17:13:32 -0800
From: Greg KH <gregkh@...uxfoundation.org>
To: Paul Davies C <pauldaviesc@...il.com>
Cc: lustre-devel@...ts.lustre.org, oleg.drokin@...el.com,
andreas.dilger@...el.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] lustre: obdclass: fix sparse warning
On Sun, Nov 01, 2015 at 02:12:29PM +0530, Paul Davies C wrote:
> Fix the following warning given by sparse:
>
> drivers/staging/lustre/lustre/obdclass/cl_lock.c:690:5: warning: symbol 'cl_lock_mutex_try' was not declared. Should it be static?
>
> Signed-off-by: Paul Davies C <pauldaviesc@...il.com>
> ---
> drivers/staging/lustre/lustre/obdclass/cl_lock.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/lustre/lustre/obdclass/cl_lock.c b/drivers/staging/lustre/lustre/obdclass/cl_lock.c
> index 5621beb..6f83452 100644
> --- a/drivers/staging/lustre/lustre/obdclass/cl_lock.c
> +++ b/drivers/staging/lustre/lustre/obdclass/cl_lock.c
> @@ -687,7 +687,7 @@ EXPORT_SYMBOL(cl_lock_mutex_get);
> *
> * \see cl_lock_mutex_get()
> */
> -int cl_lock_mutex_try(const struct lu_env *env, struct cl_lock *lock)
> +static int cl_lock_mutex_try(const struct lu_env *env, struct cl_lock *lock)
> {
> int result;
>
Someone did this before you did, sorry :(
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists