From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753436AbbDGJml (ORCPT ); Tue, 7 Apr 2015 05:42:41 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:33063 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753303AbbDGJma (ORCPT ); Tue, 7 Apr 2015 05:42:30 -0400 Date: Tue, 7 Apr 2015 15:12:23 +0530 From: Sudip Mukherjee To: Nickolaus Woodruff Cc: olegdrokin@intel.com, andreasdilger@intel.com, gregkh@linuxfoundation.org, HPDD-discuss@ml01.01.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: lustre: Make cfs_sched_rehash static Message-ID: <20150407094223.GB20278@sudip-PC> References: <20150407020227.GA1500@Caladan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150407020227.GA1500@Caladan> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 06, 2015 at 10:02:27PM -0400, Nickolaus Woodruff wrote: > This patch fixes the following sparse warning: > > CHECK drivers/staging/lustre/lustre/libcfs/hash.c > drivers/staging/lustre/lustre/libcfs/hash.c:119:21: warning: symbol > 'cfs_sched_rehash' was not declared. Should it be static? you have not build tested your patch. WARNING: "cfs_sched_rehash" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined! it has been used in lustre/lustre/libcfs/module.c regards sudip >