diff options
Diffstat (limited to 'fs/xfs/xfs_ag.h')
-rw-r--r-- | fs/xfs/xfs_ag.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_ag.h b/fs/xfs/xfs_ag.h index 1cb740afd674..3fc109819c34 100644 --- a/fs/xfs/xfs_ag.h +++ b/fs/xfs/xfs_ag.h | |||
@@ -128,8 +128,6 @@ typedef struct xfs_agf { | |||
128 | extern int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp, | 128 | extern int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp, |
129 | xfs_agnumber_t agno, int flags, struct xfs_buf **bpp); | 129 | xfs_agnumber_t agno, int flags, struct xfs_buf **bpp); |
130 | 130 | ||
131 | extern const struct xfs_buf_ops xfs_agf_buf_ops; | ||
132 | |||
133 | /* | 131 | /* |
134 | * Size of the unlinked inode hash table in the agi. | 132 | * Size of the unlinked inode hash table in the agi. |
135 | */ | 133 | */ |
@@ -191,8 +189,6 @@ typedef struct xfs_agi { | |||
191 | extern int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp, | 189 | extern int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp, |
192 | xfs_agnumber_t agno, struct xfs_buf **bpp); | 190 | xfs_agnumber_t agno, struct xfs_buf **bpp); |
193 | 191 | ||
194 | extern const struct xfs_buf_ops xfs_agi_buf_ops; | ||
195 | |||
196 | /* | 192 | /* |
197 | * The third a.g. block contains the a.g. freelist, an array | 193 | * The third a.g. block contains the a.g. freelist, an array |
198 | * of block pointers to blocks owned by the allocation btree code. | 194 | * of block pointers to blocks owned by the allocation btree code. |