Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753467AbaBLRgM (ORCPT ); Wed, 12 Feb 2014 12:36:12 -0500 Received: from imap.thunk.org ([74.207.234.97]:57147 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752564AbaBLRgK (ORCPT ); Wed, 12 Feb 2014 12:36:10 -0500 Date: Wed, 12 Feb 2014 12:36:07 -0500 From: "Theodore Ts'o" To: Rashika Kheria Cc: linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, josh@joshtriplett.org Subject: Re: [PATCH 11/21] fs: Mark functions as static in jbd2/journal.c Message-ID: <20140212173607.GH14520@thunk.org> Mail-Followup-To: Theodore Ts'o , Rashika Kheria , linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, josh@joshtriplett.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 09, 2014 at 06:41:21PM +0530, Rashika Kheria wrote: > Mark functions as static in jbd2/journal.c because they are not used > outside this file. > > This eliminates the following warning in jbd2/journal.c: > fs/jbd2/journal.c:125:5: warning: no previous prototype for ‘jbd2_verify_csum_type’ [-Wmissing-prototypes] > fs/jbd2/journal.c:146:5: warning: no previous prototype for ‘jbd2_superblock_csum_verify’ [-Wmissing-prototypes] > fs/jbd2/journal.c:154:6: warning: no previous prototype for ‘jbd2_superblock_csum_set’ [-Wmissing-prototypes] > > Signed-off-by: Rashika Kheria > Reviewed-by: Josh Triplett Thanks, applied to the ext4 tree. - Ted -- 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/