]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: move small allocation helper
authorBrian Foster <bfoster@redhat.com>
Wed, 28 Aug 2019 16:08:08 +0000 (12:08 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 28 Aug 2019 16:08:08 +0000 (12:08 -0400)
commitba02381c6df904b975824186d5dffca2f1f5388f
tree5deeef49449168eb6ad77db1e635fe2cdfa3ad12
parentc971cb6ad01a486864b6ea87c86a8db1ab250539
xfs: move small allocation helper

Source kernel commit: c63cdd4fc9cc6a22d6e0bd0dcba4a28d18eab723

Move the small allocation helper further up in the file to avoid the
need for a function declaration. The remaining declarations will be
removed by followup patches. No functional changes.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_alloc.c