summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
diff options
context:
space:
mode:
authorDarrick J. Wong2017-06-16 20:00:07 +0200
committerDarrick J. Wong2017-06-19 23:11:34 +0200
commit2678809799e6e37db0800725157f5ebfc03a9df7 (patch)
tree06f41cd541a569789084788250bc83078e11f707 /fs/xfs/libxfs/xfs_alloc.c
parentxfs: always compile the btree inorder check functions (diff)
downloadkernel-qcow2-linux-2678809799e6e37db0800725157f5ebfc03a9df7.tar.gz
kernel-qcow2-linux-2678809799e6e37db0800725157f5ebfc03a9df7.tar.xz
kernel-qcow2-linux-2678809799e6e37db0800725157f5ebfc03a9df7.zip
xfs: export various function for the online scrubber
Export various internal functions so that the online scrubber can use them to check the state of metadata. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_alloc.c')
-rw-r--r--fs/xfs/libxfs/xfs_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_alloc.c b/fs/xfs/libxfs/xfs_alloc.c
index 7486401ccbd3..fefa8daa1c36 100644
--- a/fs/xfs/libxfs/xfs_alloc.c
+++ b/fs/xfs/libxfs/xfs_alloc.c
@@ -606,7 +606,7 @@ const struct xfs_buf_ops xfs_agfl_buf_ops = {
/*
* Read in the allocation group free block array.
*/
-STATIC int /* error */
+int /* error */
xfs_alloc_read_agfl(
xfs_mount_t *mp, /* mount point structure */
xfs_trans_t *tp, /* transaction pointer */