libxfs: make xfs_alloc_fix_freelist non-static
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 4 Jan 2016 05:10:42 +0000 (16:10 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 4 Jan 2016 05:10:42 +0000 (16:10 +1100)
commit2e9101da6047796d7fdee292e10a5c23d5c8b7ee
treee881225d30f68c2078a6fdbc5142ef5490381ec4
parent211fe1a4db74141d2ea4a6dae0dc862b1d88f6b9
libxfs: make xfs_alloc_fix_freelist non-static

Since xfs_repair wants to use xfs_alloc_fix_freelist, remove the
static designation.  xfsprogs already has this; this simply brings
the kernel up to date.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_alloc.c
fs/xfs/libxfs/xfs_alloc.h