xfs: merge xfs_ag.h into xfs_format.h
[firefly-linux-kernel-4.4.55.git] / fs / xfs / libxfs / xfs_alloc.h
index feacb061bab78bb3492ee0ff37eed5cc0fb95894..d1b4b6a5c8947ee038392ac877f58aeb6063e024 100644 (file)
@@ -231,4 +231,7 @@ xfs_alloc_get_rec(
        xfs_extlen_t            *len,   /* output: length of extent */
        int                     *stat); /* output: success/failure */
 
+int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp,
+                       xfs_agnumber_t agno, int flags, struct xfs_buf **bpp);
+
 #endif /* __XFS_ALLOC_H__ */