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@xxxxxxxxx> --- 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@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs