]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/xfs/xfs_ialloc.h
Merge branch 'linux-2.6'
[mv-sheeva.git] / fs / xfs / xfs_ialloc.h
index 7f5debe1acb6b4d956d5b6dc3006fe8cb6e2a870..97f4040931cad6b354d7f91e771899be3b95ffaf 100644 (file)
@@ -149,6 +149,16 @@ xfs_ialloc_read_agi(
        xfs_agnumber_t  agno,           /* allocation group number */
        struct xfs_buf  **bpp);         /* allocation group hdr buf */
 
+/*
+ * Read in the allocation group header to initialise the per-ag data
+ * in the mount structure
+ */
+int
+xfs_ialloc_pagi_init(
+       struct xfs_mount *mp,           /* file system mount structure */
+       struct xfs_trans *tp,           /* transaction pointer */
+        xfs_agnumber_t  agno);         /* allocation group number */
+
 #endif /* __KERNEL__ */
 
 #endif /* __XFS_IALLOC_H__ */