xfs: separate freelist fixing into a separate helper
[deliverable/linux.git] / fs / xfs / libxfs / xfs_alloc.h
index 135eb3d24db7166bcafb659ab192d25f5ad6a104..f5b35dc594de3d475235152728b5a75d237dbbd3 100644 (file)
@@ -236,5 +236,7 @@ xfs_alloc_get_rec(
 int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp,
                        xfs_agnumber_t agno, int flags, struct xfs_buf **bpp);
 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, int flags);
+int xfs_free_extent_fix_freelist(struct xfs_trans *tp, xfs_agnumber_t agno,
+               struct xfs_buf **agbp);
 
 #endif /* __XFS_ALLOC_H__ */
This page took 0.023795 seconds and 5 git commands to generate.