xfs: kill xfs_alloc_pagf_init()
authorDave Chinner <dchinner@redhat.com>
Thu, 7 Jul 2022 09:07:32 +0000 (19:07 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 7 Jul 2022 09:07:32 +0000 (19:07 +1000)
commit76b47e528e3a27a3bf3b3f9153aad9435e03be8c
tree8939e664ff857bbd8ce1c3bf3c07eb239839c822
parent99b13c7f0bd35dd3cf2cacb61beb4557dc2b6f9b
xfs: kill xfs_alloc_pagf_init()

Trivial wrapper around xfs_alloc_read_agf(), can be easily replaced
by passing a NULL agfbp to xfs_alloc_read_agf().

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_ag_resv.c
fs/xfs/libxfs/xfs_alloc.c
fs/xfs/libxfs/xfs_alloc.h
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_ialloc.c
fs/xfs/xfs_filestream.c