]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: move xfs_perag_get/put to xfs_ag.[ch]
authorDave Chinner <dchinner@redhat.com>
Fri, 15 Oct 2021 20:28:25 +0000 (16:28 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 15 Oct 2021 20:28:25 +0000 (16:28 -0400)
commitf93d21736afb2efbd0e966e1be791b7b3157012a
treee12daa3c32b0571a11a8673b59a0beb3882c29ba
parent6d211aaa21d7a6931468e7e3fa935cc7d58f39b0
xfs: move xfs_perag_get/put to xfs_ag.[ch]

Source kernel commit: 9bbafc71919adfdf83fafd2ce909853b493e7d86

They are AG functions, not superblock functions, so move them to the
appropriate location.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
13 files changed:
libxfs/xfs_ag.c
libxfs/xfs_ag.h
libxfs/xfs_ag_resv.c
libxfs/xfs_alloc.c
libxfs/xfs_alloc_btree.c
libxfs/xfs_attr_leaf.c
libxfs/xfs_bmap.c
libxfs/xfs_ialloc.c
libxfs/xfs_refcount_btree.c
libxfs/xfs_rmap.c
libxfs/xfs_rmap_btree.c
libxfs/xfs_sb.c
libxfs/xfs_sb.h