X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_ialloc_btree.h;h=25c0239a8eab78f7ba60be5ee02c4d85cd1649aa;hb=e37aa63e87bd581f9be5555ed0ba83f5295c92fc;hp=f782ad0c4769483ae23ab25dade35ee737ea4c63;hpb=72e31981a4e91f84c5b5e8994f5d25b1cf22b6cf;p=~andy%2Flinux diff --git a/fs/xfs/xfs_ialloc_btree.h b/fs/xfs/xfs_ialloc_btree.h index f782ad0c476..25c0239a8ea 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 *, struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t); extern int xfs_inobt_maxrecs(struct xfs_mount *, int, int); +extern const struct xfs_buf_ops xfs_inobt_buf_ops; + #endif /* __XFS_IALLOC_BTREE_H__ */