Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754029AbbK3NW0 (ORCPT ); Mon, 30 Nov 2015 08:22:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36303 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753517AbbK3NWZ (ORCPT ); Mon, 30 Nov 2015 08:22:25 -0500 Date: Mon, 30 Nov 2015 08:22:24 -0500 From: Brian Foster To: Alexander Kuleshov Cc: Dave Chinner , linux-kernel@vger.kernel.org, xfs@oss.sgi.com Subject: Re: [PATCH] xfs/xfs_buf: make xfs_buf_ioend_async() static Message-ID: <20151130132223.GB24765@bfoster.bfoster> References: <1448646749-18978-1-git-send-email-kuleshovmail@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1448646749-18978-1-git-send-email-kuleshovmail@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1064 Lines: 37 On Fri, Nov 27, 2015 at 11:52:29PM +0600, Alexander Kuleshov wrote: > There are no callers of the xfs_buf_ioend_async() function outside > of the fs/xfs/xfs_buf.c. So, let's make it static. > > Signed-off-by: Alexander Kuleshov > --- Reviewed-by: Brian Foster > fs/xfs/xfs_buf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c > index 3243cdf..45a8ea7 100644 > --- a/fs/xfs/xfs_buf.c > +++ b/fs/xfs/xfs_buf.c > @@ -1045,7 +1045,7 @@ xfs_buf_ioend_work( > xfs_buf_ioend(bp); > } > > -void > +static void > xfs_buf_ioend_async( > struct xfs_buf *bp) > { > -- > 2.5.0 > > _______________________________________________ > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs -- 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/