diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc_btree.h')
-rw-r--r-- | fs/xfs/xfs_ialloc_btree.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/xfs_ialloc_btree.h b/fs/xfs/xfs_ialloc_btree.h index 7f77549e82a6..c9cbc4f2168d 100644 --- a/fs/xfs/xfs_ialloc_btree.h +++ b/fs/xfs/xfs_ialloc_btree.h | |||
@@ -129,12 +129,6 @@ extern int xfs_inobt_delete(struct xfs_btree_cur *cur, int *stat); | |||
129 | extern int xfs_inobt_get_rec(struct xfs_btree_cur *cur, xfs_agino_t *ino, | 129 | extern int xfs_inobt_get_rec(struct xfs_btree_cur *cur, xfs_agino_t *ino, |
130 | __int32_t *fcnt, xfs_inofree_t *free, int *stat); | 130 | __int32_t *fcnt, xfs_inofree_t *free, int *stat); |
131 | 131 | ||
132 | /* | ||
133 | * Insert the current record at the point referenced by cur. | ||
134 | * The cursor may be inconsistent on return if splits have been done. | ||
135 | */ | ||
136 | extern int xfs_inobt_insert(struct xfs_btree_cur *cur, int *stat); | ||
137 | |||
138 | 132 | ||
139 | extern struct xfs_btree_cur *xfs_inobt_init_cursor(struct xfs_mount *, | 133 | extern struct xfs_btree_cur *xfs_inobt_init_cursor(struct xfs_mount *, |
140 | struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t); | 134 | struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t); |