diff options
author | Dave Chinner <david@fromorbit.com> | 2014-11-27 22:52:16 -0500 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-11-27 22:52:16 -0500 |
commit | 216875a594e0b4fc72830e3690b8fbe7430738e2 (patch) | |
tree | 4658b9b572333cd8a730a1104ad452764f0e69fe /fs/xfs/xfs_mount.h | |
parent | 4bd47c1bf4a64225a855ed77e259eeb37944ba33 (diff) | |
parent | 508b6b3b73888e3296ff638b32f15327e63b7b42 (diff) |
Merge branch 'xfs-consolidate-format-defs' into for-next
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 01fb28f5ae1c..22ccf69d4d3c 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -321,10 +321,7 @@ typedef struct xfs_mod_sb { | |||
321 | 321 | ||
322 | /* | 322 | /* |
323 | * Per-ag incore structure, copies of information in agf and agi, to improve the | 323 | * Per-ag incore structure, copies of information in agf and agi, to improve the |
324 | * performance of allocation group selection. This is defined for the kernel | 324 | * performance of allocation group selection. |
325 | * only, and hence is defined here instead of in xfs_ag.h. You need the struct | ||
326 | * xfs_mount to be defined to look up a xfs_perag anyway (via mp->m_perag_tree), | ||
327 | * so this doesn't introduce any strange header file dependencies. | ||
328 | */ | 325 | */ |
329 | typedef struct xfs_perag { | 326 | typedef struct xfs_perag { |
330 | struct xfs_mount *pag_mount; /* owner filesystem */ | 327 | struct xfs_mount *pag_mount; /* owner filesystem */ |