aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r--fs/xfs/xfs_mount.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index b0447c86e7e2..d27804ab3840 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -320,10 +320,7 @@ typedef struct xfs_mod_sb {
320 320
321/* 321/*
322 * Per-ag incore structure, copies of information in agf and agi, to improve the 322 * Per-ag incore structure, copies of information in agf and agi, to improve the
323 * performance of allocation group selection. This is defined for the kernel 323 * performance of allocation group selection.
324 * only, and hence is defined here instead of in xfs_ag.h. You need the struct
325 * xfs_mount to be defined to look up a xfs_perag anyway (via mp->m_perag_tree),
326 * so this doesn't introduce any strange header file dependencies.
327 */ 324 */
328typedef struct xfs_perag { 325typedef struct xfs_perag {
329 struct xfs_mount *pag_mount; /* owner filesystem */ 326 struct xfs_mount *pag_mount; /* owner filesystem */