]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: kill xfs_ialloc_pagi_init()
authorDave Chinner <dchinner@redhat.com>
Mon, 22 Aug 2022 10:50:59 +0000 (12:50 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 30 Aug 2022 07:43:40 +0000 (09:43 +0200)
commit37dc5890efe4d1230e26990f2c6cb94885366025
treeecd1d4d5a037fe2fb01c64a7c7ea40fba4828cb9
parentef78f876e2703d21020e0762495650f4df26fbc5
xfs: kill xfs_ialloc_pagi_init()

Source kernel commit: a95fee40e3d433d8fabff7c02e75f7c2c2e54400

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>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libxfs/xfs_ag.c
libxfs/xfs_ialloc.c
libxfs/xfs_ialloc.h