Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756564AbZCERng (ORCPT ); Thu, 5 Mar 2009 12:43:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754749AbZCERnY (ORCPT ); Thu, 5 Mar 2009 12:43:24 -0500 Received: from relay2.sgi.com ([192.48.179.30]:34576 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754133AbZCERnX (ORCPT ); Thu, 5 Mar 2009 12:43:23 -0500 Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Christoph Hellwig Message-Id: <4BC7466E-89A4-44E3-8189-C5531F994D73@sgi.com> From: Felix Blyakher To: Hannes Eder In-Reply-To: <20090304183136.525.13769.stgit@f10box.hanneseder.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: [PATCH 0/3] xfs: fix sparse warnings Date: Thu, 5 Mar 2009 11:43:20 -0600 References: <20090304183136.525.13769.stgit@f10box.hanneseder.net> X-Mailer: Apple Mail (2.926) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1144 Lines: 36 On Mar 4, 2009, at 12:33 PM, Hannes Eder wrote: > The following series fixes a fair amount of the remaining sparse > warnings in fs/xfs with !CONFIG_XFS_DEBUG. > > With CONFIG_XFS_DEBUG we still got alot of "Should it be static?" > warnings, but that's a different issue. Looks good to me with the changes Christoph pointed out. I'll push it in. Thanks. Reviewed-by: Felix Blyakher > > > --- > Hannes Eder (3): > xfs: include header files for prototypes > xfs: make symbols static > xfs: move declaration to header file > > fs/xfs/linux-2.6/xfs_ioctl.c | 1 + > fs/xfs/linux-2.6/xfs_super.c | 6 +++--- > fs/xfs/support/debug.c | 1 + > fs/xfs/xfs_bmap.c | 2 +- > fs/xfs/xfs_da_btree.h | 1 + > fs/xfs/xfs_dir2.c | 2 -- > fs/xfs/xfs_dir2_leaf.c | 2 +- > 7 files changed, 8 insertions(+), 7 deletions(-) -- 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/