libxfs: make xfs_alloc_fix_freelist non-static
[deliverable/linux.git] / fs / xfs / libxfs / xfs_alloc.c
index e1e7fe3b5424c8e619be4fe25930eb6ca414c6ea..a708e38b494c702edb9105706555615dbb8cf8ea 100644 (file)
@@ -1927,7 +1927,7 @@ xfs_alloc_space_available(
  * Decide whether to use this allocation group for this allocation.
  * If so, fix up the btree freelist's size.
  */
-STATIC int                     /* error */
+int                    /* error */
 xfs_alloc_fix_freelist(
        struct xfs_alloc_arg    *args,  /* allocation argument structure */
        int                     flags)  /* XFS_ALLOC_FLAG_... */
This page took 0.032169 seconds and 5 git commands to generate.