Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752088AbbLUXqG (ORCPT ); Mon, 21 Dec 2015 18:46:06 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45330 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751439AbbLUXqE (ORCPT ); Mon, 21 Dec 2015 18:46:04 -0500 Date: Mon, 21 Dec 2015 15:45:48 -0800 From: Greg KH To: Jandy Gou Cc: oleg.drokin@intel.com, andreas.dilger@intel.com, mike.rapoport@gmail.com, jinshan.xiong@intel.com, yawei.niu@intel.com, lustre-devel@lists.lustre.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: lustre: This patch fixes the following sparse warning: Message-ID: <20151221234548.GB11245@kroah.com> References: <1449821333-18036-1-git-send-email-qingsong.gou@ck-telecom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449821333-18036-1-git-send-email-qingsong.gou@ck-telecom.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 22 On Fri, Dec 11, 2015 at 04:08:53PM +0800, Jandy Gou wrote: > drivers/staging/lustre/lustre/osc/osc_cache.c:622:19: warning: symbol > 'osc_extent_find' was not declared. Should it be static? > drivers/staging/lustre/lustre/osc/osc_cache.c:1423:6: warning: symbol > 'osc_unreserve_grant' was not declared. Should it be static? > > Signed-off-by: Jandy Gou > --- > drivers/staging/lustre/lustre/osc/osc_cache.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) The subject is very odd, please fix it up to be more like other commits are (look in the history of the file for specifics...) thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/