From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [PATCH 11/21] fs: Mark functions as static in jbd2/journal.c Date: Wed, 12 Feb 2014 12:36:07 -0500 Message-ID: <20140212173607.GH14520@thunk.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, josh@joshtriplett.org To: Rashika Kheria Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-ext4.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. >=20 > This eliminates the following warning in jbd2/journal.c: > fs/jbd2/journal.c:125:5: warning: no previous prototype for =E2=80=98= jbd2_verify_csum_type=E2=80=99 [-Wmissing-prototypes] > fs/jbd2/journal.c:146:5: warning: no previous prototype for =E2=80=98= jbd2_superblock_csum_verify=E2=80=99 [-Wmissing-prototypes] > fs/jbd2/journal.c:154:6: warning: no previous prototype for =E2=80=98= jbd2_superblock_csum_set=E2=80=99 [-Wmissing-prototypes] >=20 > Signed-off-by: Rashika Kheria > Reviewed-by: Josh Triplett Thanks, applied to the ext4 tree. - Ted