diff options
Diffstat (limited to 'fs/xfs/xfs_alloc_btree.h')
-rw-r--r-- | fs/xfs/xfs_alloc_btree.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/xfs_alloc_btree.h b/fs/xfs/xfs_alloc_btree.h index 8d2e3ec21fd0..22f1d709af7b 100644 --- a/fs/xfs/xfs_alloc_btree.h +++ b/fs/xfs/xfs_alloc_btree.h | |||
@@ -94,12 +94,6 @@ typedef struct xfs_btree_sblock xfs_alloc_block_t; | |||
94 | #define XFS_ALLOC_PTR_ADDR(bb,i,cur) \ | 94 | #define XFS_ALLOC_PTR_ADDR(bb,i,cur) \ |
95 | XFS_BTREE_PTR_ADDR(xfs_alloc, bb, i, XFS_ALLOC_BLOCK_MAXRECS(1, cur)) | 95 | XFS_BTREE_PTR_ADDR(xfs_alloc, bb, i, XFS_ALLOC_BLOCK_MAXRECS(1, cur)) |
96 | 96 | ||
97 | /* | ||
98 | * Get the data from the pointed-to record. | ||
99 | */ | ||
100 | extern int xfs_alloc_get_rec(struct xfs_btree_cur *cur, xfs_agblock_t *bno, | ||
101 | xfs_extlen_t *len, int *stat); | ||
102 | |||
103 | 97 | ||
104 | extern struct xfs_btree_cur *xfs_allocbt_init_cursor(struct xfs_mount *, | 98 | extern struct xfs_btree_cur *xfs_allocbt_init_cursor(struct xfs_mount *, |
105 | struct xfs_trans *, struct xfs_buf *, | 99 | struct xfs_trans *, struct xfs_buf *, |