diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc_btree.h')
-rw-r--r-- | fs/xfs/xfs_ialloc_btree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ialloc_btree.h b/fs/xfs/xfs_ialloc_btree.h index f782ad0c4769..25c0239a8eab 100644 --- a/fs/xfs/xfs_ialloc_btree.h +++ b/fs/xfs/xfs_ialloc_btree.h | |||
@@ -109,4 +109,6 @@ extern struct xfs_btree_cur *xfs_inobt_init_cursor(struct xfs_mount *, | |||
109 | struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t); | 109 | struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t); |
110 | extern int xfs_inobt_maxrecs(struct xfs_mount *, int, int); | 110 | extern int xfs_inobt_maxrecs(struct xfs_mount *, int, int); |
111 | 111 | ||
112 | extern const struct xfs_buf_ops xfs_inobt_buf_ops; | ||
113 | |||
112 | #endif /* __XFS_IALLOC_BTREE_H__ */ | 114 | #endif /* __XFS_IALLOC_BTREE_H__ */ |