xfs: kill xfs_ialloc_pagi_init()
authorDave Chinner <dchinner@redhat.com>
Thu, 7 Jul 2022 09:07:16 +0000 (19:07 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 7 Jul 2022 09:07:16 +0000 (19:07 +1000)
commita95fee40e3d433d8fabff7c02e75f7c2c2e54400
treefaf2b10ba482ac5d3e3205634d6356ad873fd507
parentc6aee2481419b638a5257adbd3ffd33b11c59fa8
xfs: kill xfs_ialloc_pagi_init()

This is just a basic wrapper around xfs_ialloc_read_agi(), which can
be entirely handled by xfs_ialloc_read_agi() by passing a NULL
agibpp....

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_ag.c
fs/xfs/libxfs/xfs_ialloc.c
fs/xfs/libxfs/xfs_ialloc.h