]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove unused struct declarations
authorEric Sandeen <sandeen@redhat.com>
Tue, 4 Apr 2017 20:37:43 +0000 (15:37 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 4 Apr 2017 20:37:43 +0000 (15:37 -0500)
commit71ac8e1f052da2e4e4128b32f925d14442f629c1
tree7c4ca1f88798e0dcae61a576c2e009a3e57df6bf
parente394a4b1eada8dad23997081418b2c55d468aef7
xfs: remove unused struct declarations

Source kernel commit: 64f61ab6040c9f04ba181cca7580212f23b89f74

After scratching my head looking for "xfs_busy_extent" I realized
it's not used; it's xfs_extent_busy, and the declaration for the
other name is bogus.  Remove that and a few others as well.

(struct xfs_log_callback is used, but the 2nd declaration is
unnecessary).

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_log_recover.h