xfs: remove xfs_bunmapi_cow
[linux-2.6-block.git] / fs / xfs / libxfs / xfs_bmap.h
index 5f18248cbac2b83993bcb454d30ee3b620ad2905..7cae6ec27fa6b26a84984fddb3dc35d6556e2122 100644 (file)
@@ -223,7 +223,6 @@ int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
                xfs_fileoff_t bno, xfs_filblks_t len, int flags,
                xfs_extnum_t nexts, xfs_fsblock_t *firstblock,
                struct xfs_defer_ops *dfops, int *done);
-int    xfs_bunmapi_cow(struct xfs_inode *ip, struct xfs_bmbt_irec *del);
 int    xfs_bmap_del_extent_delay(struct xfs_inode *ip, int whichfork,
                xfs_extnum_t *idx, struct xfs_bmbt_irec *got,
                struct xfs_bmbt_irec *del);