[PATCH 12/12] xfs:Make the function,xfs_alloc_fix_freelist static

Nicholas Krause xerofoify at gmail.com
Tue May 5 15:16:39 CDT 2015


This makes the function,xfs_alloc_fix_freelist static now
due to it having no external callers.

Signed-off-by: Nicholas Krause <xerofoify at gmail.com>
---
 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 cbdd804..6628d5e 100644
--- a/fs/xfs/libxfs/xfs_alloc.c
+++ b/fs/xfs/libxfs/xfs_alloc.c
@@ -1842,7 +1842,7 @@ xfs_alloc_longest_free_extent(
  * Decide whether to use this allocation group for this allocation.
  * If so, fix up the btree freelist's size.
  */
-STATIC int			/* error */
+static int			/* error */
 xfs_alloc_fix_freelist(
 	xfs_alloc_arg_t	*args,	/* allocation argument structure */
 	int		flags)	/* XFS_ALLOC_FLAG_... */
-- 
2.1.4



More information about the xfs mailing list