]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_ialloc_btree.h
[XFS] implement generic xfs_btree_delete/delrec
[karo-tx-linux.git] / fs / xfs / xfs_ialloc_btree.h
index c9cbc4f2168d5c62b5ba9f1bc36eec26d48780eb..3eff3b6e5fa4c0c4223588e5c8cbcc4055999f9f 100644 (file)
@@ -116,13 +116,6 @@ typedef    struct xfs_btree_sblock xfs_inobt_block_t;
        (XFS_BTREE_PTR_ADDR(xfs_inobt, bb, \
                                i, XFS_INOBT_BLOCK_MAXRECS(1, cur)))
 
-/*
- * Delete the record pointed to by cur.
- * The cursor refers to the place where the record was (could be inserted)
- * when the operation returns.
- */
-extern int xfs_inobt_delete(struct xfs_btree_cur *cur, int *stat);
-
 /*
  * Get the data from the pointed-to record.
  */