]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15d8389dc31259e3fa0f9a6e1e9ed3a6176265b0
tree8939e664ff857bbd8ce1c3bf3c07eb239839c822
parentd57b8b35dbd8df6c23d20ab07360f88c4fd8e573
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