From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp1040.oracle.com ([156.151.31.81]:50121 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932463AbdKFUTz (ORCPT ); Mon, 6 Nov 2017 15:19:55 -0500 Date: Mon, 6 Nov 2017 12:19:50 -0800 From: "Darrick J. Wong" Subject: Re: [PATCH 8/8] xfs: mark xlog_verify_dest_ptr STATIC Message-ID: <20171106201950.GJ6244@magnolia> References: <20171106143456.13567-1-hch@lst.de> <20171106143456.13567-9-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171106143456.13567-9-hch@lst.de> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Christoph Hellwig Cc: linux-xfs@vger.kernel.org On Mon, Nov 06, 2017 at 03:34:56PM +0100, Christoph Hellwig wrote: > We already did it in the forward declaration, but not for the function > body itself. > > Signed-off-by: Christoph Hellwig Looks ok, Reviewed-by: Darrick J. Wong > --- > fs/xfs/xfs_log.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c > index 3ce44e6d6639..38d4227895ae 100644 > --- a/fs/xfs/xfs_log.c > +++ b/fs/xfs/xfs_log.c > @@ -3763,7 +3763,7 @@ xlog_ticket_alloc( > * one of the iclogs. This uses backup pointers stored in a different > * part of the log in case we trash the log structure. > */ > -void > +STATIC void > xlog_verify_dest_ptr( > struct xlog *log, > void *ptr) > -- > 2.14.2 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-xfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html