diff options
Diffstat (limited to 'fs/xfs/xfs_bmap_btree.h')
-rw-r--r-- | fs/xfs/xfs_bmap_btree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_bmap_btree.h b/fs/xfs/xfs_bmap_btree.h index d04198cdc4b3..6bfd62ec54fb 100644 --- a/fs/xfs/xfs_bmap_btree.h +++ b/fs/xfs/xfs_bmap_btree.h | |||
@@ -274,8 +274,6 @@ extern void xfs_bmbt_disk_set_allf(xfs_bmbt_rec_t *r, xfs_fileoff_t o, | |||
274 | xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v); | 274 | xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v); |
275 | 275 | ||
276 | extern void xfs_bmbt_to_bmdr(xfs_bmbt_block_t *, int, xfs_bmdr_block_t *, int); | 276 | extern void xfs_bmbt_to_bmdr(xfs_bmbt_block_t *, int, xfs_bmdr_block_t *, int); |
277 | extern int xfs_bmbt_update(struct xfs_btree_cur *, xfs_fileoff_t, | ||
278 | xfs_fsblock_t, xfs_filblks_t, xfs_exntst_t); | ||
279 | 277 | ||
280 | extern struct xfs_btree_cur *xfs_bmbt_init_cursor(struct xfs_mount *, | 278 | extern struct xfs_btree_cur *xfs_bmbt_init_cursor(struct xfs_mount *, |
281 | struct xfs_trans *, struct xfs_inode *, int); | 279 | struct xfs_trans *, struct xfs_inode *, int); |