]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: kill xfs_alloc_pagf_init()
authorDave Chinner <dchinner@redhat.com>
Mon, 22 Aug 2022 10:51:00 +0000 (12:51 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 30 Aug 2022 07:49:43 +0000 (09:49 +0200)
commit87db57baf27dea6df3c993b6a3a5878fa53662bb
tree5fba56a5e62aa3e014b6994c1833f787e7e6cf79
parent4330a9e00400d262bc44b2a1f1fefa173c1183e7
xfs: kill xfs_alloc_pagf_init()

Source kernel commit: 76b47e528e3a27a3bf3b3f9153aad9435e03be8c

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