[PATCH 05/12] xfs:Make the function, xfs_alloc_fix_minleft static
Nicholas Krause
xerofoify at gmail.com
Tue May 5 15:16:32 CDT 2015
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 <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 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
More information about the xfs
mailing list