]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove unused struct declarations
authorEric Sandeen <sandeen@redhat.com>
Sat, 28 Jan 2017 07:21:08 +0000 (23:21 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 31 Jan 2017 00:32:25 +0000 (16:32 -0800)
commit12b7e79624f909984fc908b3c74ef33cf90ad913
treec6d2305cd77e368decb56ae7291ff7f64e67e467
parent10809c2d8f18420194f7ef068df81dbceb111cde
xfs: remove unused struct declarations

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>
fs/xfs/libxfs/xfs_log_recover.h
fs/xfs/xfs_log.h
fs/xfs/xfs_trace.h
fs/xfs/xfs_trans.h