diff options
author | Dave Chinner <david@fromorbit.com> | 2014-11-28 14:52:16 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-11-28 14:52:16 +1100 |
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 01fb28f5ae1..22ccf69d4d3 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -321,10 +321,7 @@ typedef struct xfs_mod_sb { /* * Per-ag incore structure, copies of information in agf and agi, to improve the - * performance of allocation group selection. This is defined for the kernel - * only, and hence is defined here instead of in xfs_ag.h. You need the struct - * xfs_mount to be defined to look up a xfs_perag anyway (via mp->m_perag_tree), - * so this doesn't introduce any strange header file dependencies. + * performance of allocation group selection. */ typedef struct xfs_perag { struct xfs_mount *pag_mount; /* owner filesystem */ |