]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit65be719986620f27f152bd973d14c8e3e3985578
treefaf2b10ba482ac5d3e3205634d6356ad873fd507
parentb99c42e1533d9cc8695d48361406cda61c5864fe
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