xfs: merge xfs_ag.h into xfs_format.h
[firefly-linux-kernel-4.4.55.git] / fs / xfs / libxfs / xfs_ialloc.h
index 95ad1c002d600916f983806cdb6a484712f0a84b..100007d56449d0a872d78500bef7c9e75c76a745 100644 (file)
@@ -160,4 +160,8 @@ int xfs_ialloc_inode_init(struct xfs_mount *mp, struct xfs_trans *tp,
                          xfs_agnumber_t agno, xfs_agblock_t agbno,
                          xfs_agblock_t length, unsigned int gen);
 
+int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp,
+               xfs_agnumber_t agno, struct xfs_buf **bpp);
+
+
 #endif /* __XFS_IALLOC_H__ */