]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libxfs: remove useless stuff from the kernel
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 10 Jan 2017 02:16:33 +0000 (20:16 -0600)
committerEric Sandeen <sandeen@redhat.com>
Tue, 10 Jan 2017 02:16:33 +0000 (20:16 -0600)
Evidently the libxfs-apply script sucked in some fs/xfs/ content from
the kernel patches and an extra redefinition of _bmap_search_extents.
We don't need this, so get rid of it.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
fs/xfs/xfs_rmap_item.c [deleted file]
fs/xfs/xfs_rmap_item.h [deleted file]
libxfs/xfs_bmap.h

diff --git a/fs/xfs/xfs_rmap_item.c b/fs/xfs/xfs_rmap_item.c
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/fs/xfs/xfs_rmap_item.h b/fs/xfs/xfs_rmap_item.h
deleted file mode 100644 (file)
index e69de29..0000000
index 482e1517c89bad3ee8e02e036e69997a7dbffd07..7cae6ec27fa6b26a84984fddb3dc35d6556e2122 100644 (file)
@@ -246,13 +246,6 @@ int        xfs_bmapi_reserve_delalloc(struct xfs_inode *ip, int whichfork,
                struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *prev,
                xfs_extnum_t *lastx, int eof);
 
-struct xfs_bmbt_rec_host *
-       xfs_bmap_search_extents(struct xfs_inode *ip, xfs_fileoff_t bno,
-                               int fork, int *eofp, xfs_extnum_t *lastxp,
-                               struct xfs_bmbt_irec *gotp,
-                               struct xfs_bmbt_irec *prevp);
-
-
 enum xfs_bmap_intent_type {
        XFS_BMAP_MAP = 1,
        XFS_BMAP_UNMAP,