From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id 0688629E09 for ; Tue, 5 May 2015 15:16:56 -0500 (CDT) Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by relay1.corp.sgi.com (Postfix) with ESMTP id E0E208F8084 for ; Tue, 5 May 2015 13:16:55 -0700 (PDT) Received: from mail-ie0-f176.google.com (mail-ie0-f176.google.com [209.85.223.176]) by cuda.sgi.com with ESMTP id 6CL5N5e3rO8Ge3vN (version=TLSv1 cipher=RC4-SHA bits=128 verify=NO) for ; Tue, 05 May 2015 13:16:54 -0700 (PDT) Received: by ieczm2 with SMTP id zm2so12313145iec.2 for ; Tue, 05 May 2015 13:16:54 -0700 (PDT) From: Nicholas Krause Subject: [PATCH 05/12] xfs:Make the function, xfs_alloc_fix_minleft static Date: Tue, 5 May 2015 16:16:32 -0400 Message-Id: <1430856999-31952-5-git-send-email-xerofoify@gmail.com> In-Reply-To: <1430856999-31952-1-git-send-email-xerofoify@gmail.com> References: <1430856999-31952-1-git-send-email-xerofoify@gmail.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: david@fromorbit.com Cc: jack@suse.cz, bfoster@redhat.com, sandeen@sandeen.net, linux-kernel@vger.kernel.org, xfs@oss.sgi.com, hch@lst.de This makes the function, xfs_alloc_fix_minleft to be static due to no callers of this function outside the file,xfs_alloc.c. Signed-off-by: Nicholas Krause --- fs/xfs/libxfs/xfs_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/libxfs/xfs_alloc.c b/fs/xfs/libxfs/xfs_alloc.c index 71d20a4..fdf2877 100644 --- a/fs/xfs/libxfs/xfs_alloc.c +++ b/fs/xfs/libxfs/xfs_alloc.c @@ -272,7 +272,7 @@ xfs_alloc_fix_len( * Fix up length if there is too little space left in the a.g. * Return 1 if ok, 0 if too little, should give up. */ -STATIC int +static int xfs_alloc_fix_minleft( xfs_alloc_arg_t *args) /* allocation argument structure */ { -- 2.1.4 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs