Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755692AbaBKUtV (ORCPT ); Tue, 11 Feb 2014 15:49:21 -0500 Received: from cantor2.suse.de ([195.135.220.15]:54495 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754337AbaBKUtR (ORCPT ); Tue, 11 Feb 2014 15:49:17 -0500 Date: Tue, 11 Feb 2014 21:49:16 +0100 From: Jan Kara To: Rashika Kheria Cc: linux-kernel@vger.kernel.org, Jan Kara , Andrew Morton , Andreas Dilger , linux-ext4@vger.kernel.org, josh@joshtriplett.org Subject: Re: [PATCH 09/21] fs: Mark function as static in ext3/xattr_security.c Message-ID: <20140211204916.GE22835@quack.suse.cz> 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) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun 09-02-14 18:39:11, Rashika Kheria wrote: > Mark function as static in ext3/xattr_security.c because it is not used > outside this file. > > This eliminates the following warning in ext3/xattr_security.c: > fs/ext3/xattr_security.c:46:5: warning: no previous prototype for ‘ext3_initxattrs’ [-Wmissing-prototypes] > > Signed-off-by: Rashika Kheria > Reviewed-by: Josh Triplett Thanks. I've merged the patch. Honza > --- > fs/ext3/xattr_security.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/fs/ext3/xattr_security.c b/fs/ext3/xattr_security.c > index 3387664..722c2bf 100644 > --- a/fs/ext3/xattr_security.c > +++ b/fs/ext3/xattr_security.c > @@ -43,8 +43,9 @@ ext3_xattr_security_set(struct dentry *dentry, const char *name, > name, value, size, flags); > } > > -int ext3_initxattrs(struct inode *inode, const struct xattr *xattr_array, > - void *fs_info) > +static int ext3_initxattrs(struct inode *inode, > + const struct xattr *xattr_array, > + void *fs_info) > { > const struct xattr *xattr; > handle_t *handle = fs_info; > -- > 1.7.9.5 > -- Jan Kara SUSE Labs, CR -- 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/