diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc_btree.h')
-rw-r--r-- | fs/xfs/xfs_ialloc_btree.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/xfs/xfs_ialloc_btree.h b/fs/xfs/xfs_ialloc_btree.h index 3eff3b6e5fa4..ff7406b4bac3 100644 --- a/fs/xfs/xfs_ialloc_btree.h +++ b/fs/xfs/xfs_ialloc_btree.h | |||
@@ -116,13 +116,6 @@ typedef struct xfs_btree_sblock xfs_inobt_block_t; | |||
116 | (XFS_BTREE_PTR_ADDR(xfs_inobt, bb, \ | 116 | (XFS_BTREE_PTR_ADDR(xfs_inobt, bb, \ |
117 | i, XFS_INOBT_BLOCK_MAXRECS(1, cur))) | 117 | i, XFS_INOBT_BLOCK_MAXRECS(1, cur))) |
118 | 118 | ||
119 | /* | ||
120 | * Get the data from the pointed-to record. | ||
121 | */ | ||
122 | extern int xfs_inobt_get_rec(struct xfs_btree_cur *cur, xfs_agino_t *ino, | ||
123 | __int32_t *fcnt, xfs_inofree_t *free, int *stat); | ||
124 | |||
125 | |||
126 | extern struct xfs_btree_cur *xfs_inobt_init_cursor(struct xfs_mount *, | 119 | extern struct xfs_btree_cur *xfs_inobt_init_cursor(struct xfs_mount *, |
127 | struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t); | 120 | struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t); |
128 | 121 | ||