mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
xfs: merge xfs_ag.h into xfs_format.h
More on-disk format consolidation. A few declarations that weren't on-disk format related move into better suitable spots. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
parent
5beda58bf2
commit
4fb6e8ade2
79 changed files with 267 additions and 358 deletions
|
@ -320,10 +320,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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue