]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: pass perag to xfs_read_agf
authorDave Chinner <dchinner@redhat.com>
Mon, 22 Aug 2022 12:24:30 +0000 (14:24 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 30 Aug 2022 07:55:15 +0000 (09:55 +0200)
commitc1030eda4633d9523a50ade9b3ffa650ab05cd01
treef54bcab2b2e9b886a65c3e21d8d244af6b412167
parentbc87af992ea87bdfd10f3f305eb7ddde999c8cc1
xfs: pass perag to xfs_read_agf

Source kernel commit: fa044ae70c64343b07277256952d22a0dc05b319

We have the perag in most places we call xfs_read_agf, so pass the
perag instead of a mount/agno pair.

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>
db/info.c
libxfs/xfs_alloc.c
libxfs/xfs_alloc.h